Html Css Color HEX #6F0204 Sangria

📋 copy color: '#6F0204'

red 111 ◦ green 2 ◦ blue 4

#6F0204
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #6F0204

Tints of Sangria #6F0204

RGB

 RED value IS 111 (43.75% from 255) = 94.87%

 GREEN value IS 2 (1.17% from 255) = 1.71%

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 94.87%
G = 1.71%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#6F0204 (or 0x6F0204) is known color: Sangria. HEX triplet: 6F, 02 and 04. RGB value is (111,2,4). Sum of RGB (Red+Green+Blue) = 111+2+4=117 (15% of max value = 765). Red value is 111 (43.75% from 255 or 94.87% from 117); Green value is 2 (1.17% from 255 or 1.71% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0204 is #90FDFB. Grayscale: #222222. Windows color (decimal): -9502204 or 262767. OLE color: 262767.

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

Color convert

RGB 111 2 4 -
CMYK 0 0.98 0.96 0.56
HSL 358.9º 0.96% 0.22% -
HSV(B) 358.9º 0.98% 0.44% -
XYZ 6.6 3.43 0.43 -
YUV 34.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 111 2 4 0 0.98 0.96 0.56 358.9 0.96 0.22
Hex 6F 2 4 0 62 60 38 167 60 16
Octal 157 2 4 0 142 140 70 547 140 26
Binary 1101111 10 100 0 1100010 1100000 111000 101100111 1100000 10110

Color Harmonies of #6F0204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0204

Black with #6F0204

Text Example


Text Example

White with #6F0204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6F0204;
 }
 .AnyTagClassName
 {
   color: #6F0204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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