#6F0005

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

Shades of Sangria #6F0005

Tints of Sangria #6F0005

Color information

#6F0005 (or 0x6F0005) is unknown color: approx Sangria. HEX triplet: 6F, 00 and 05. RGB value is (111,0,5). Sum of RGB (Red+Green+Blue) = 111+0+5=116 (15% of max value = 765). Red value is 111 (43.75% from 255 or 95.69% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0005 is #90FFFA. Grayscale: #212121. Windows color (decimal): -9502715 or 327791. OLE color: 327791.

HSL color Cylindrical-coordinate representation of color #6F0005: hue angle of 357.3º 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 #6F0005 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB11105-
CMYK010.950.56
HSL357.3º100%21.76%-
HSV(B)357.3º100%43.53%-
XYZ6.583.390.45-
YUV33.76111.77183.09-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 95.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=95.69%
G=0%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11105010.950.56357.310021.76
Hex6F050645F381656416
Octal1570501441377054514426
Binary11011110101011001001011111111000101100101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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