#6D0002

Color #6D0002 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #6D0002

Tints of Sangria #6D0002

Color information

#6D0002 (or 0x6D0002) is unknown color: approx Sangria. HEX triplet: 6D, 00 and 02. RGB value is (109,0,2). Sum of RGB (Red+Green+Blue) = 109+0+2=111 (14% of max value = 765). Red value is 109 (42.97% from 255 or 98.20% from 111); Green value is 0 (0.39% from 255 or 0% from 111); Blue value is 2 (1.17% from 255 or 1.80% from 111); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0002 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0002 is #92FFFD. Grayscale: #202020. Windows color (decimal): -9633790 or 131181. OLE color: 131181.

HSL color Cylindrical-coordinate representation of color #6D0002: hue angle of 358.9º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D0002 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.57.

Color convert

RGB10902-
CMYK010.980.57
HSL358.9º100%21.37%-
HSV(B)358.9º100%42.75%-
XYZ6.323.260.35-
YUV32.82110.61182.34-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 98.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.80%
R=98.20%
G=0%
B=1.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10902010.980.57358.910021.37
Hex6D0206462391676415
Octal1550201441427154714425
Binary1101101010011001001100010111001101100111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D0002; }

 p { color: rgb(109,0,2); }

 H1.HeaderClassName
 {
   color: #6D0002;
 }
 .AnyTagClassName
 {
   color: #6D0002;
 }
</style>
background-color css

<style>
 a { background-color: #6D0002; }

 a { background-color: rgb(109,0,2); }

 div.DivClassName
 {
   background-color: #6D0002;
 }
 .BgClassName
 {
   background-color: #6D0002;
 }
</style>
border-color css

<style>
 span { border-color: #6D0002; }

 span { border-color: rgb(109,0,2); }

 td.TdClassName
 {
   border-color: #6D0002;
 }
 .TagClassName
 {
   border-color: #6D0002;
 }
</style>