#6F0004

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

Shades of Sangria #6F0004

Tints of Sangria #6F0004

Color information

#6F0004 (or 0x6F0004) is unknown color: approx Sangria. HEX triplet: 6F, 00 and 04. RGB value is (111,0,4). Sum of RGB (Red+Green+Blue) = 111+0+4=115 (15% of max value = 765). Red value is 111 (43.75% from 255 or 96.52% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0004 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0004 is #90FFFB. Grayscale: #212121. Windows color (decimal): -9502716 or 262255. OLE color: 262255.

HSL color Cylindrical-coordinate representation of color #6F0004: hue angle of 357.84º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F0004 is Cyan = 0, Magento = 1, Yellow = 0.96 and Black (K on CMYK) = 0.56.

Color convert

RGB11104-
CMYK010.960.56
HSL357.84º100%21.76%-
HSV(B)357.84º100%43.53%-
XYZ6.583.390.42-
YUV33.65111.27183.17-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 96.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=96.52%
G=0%
B=3.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.96
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11104010.960.56357.8410021.76
Hex6F0406460381666416
Octal1570401441407054614426
Binary11011110100011001001100000111000101100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,0,4); }

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

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

 a { background-color: rgb(111,0,4); }

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

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

 span { border-color: rgb(111,0,4); }

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