Html Css Color HEX #6F0405 Sangria

📋 copy color: '#6F0405'

red 111 ◦ green 4 ◦ blue 5

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

Shades of Sangria #6F0405

Tints of Sangria #6F0405

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.33%

 BLUE value IS 5 (2.34% from 255) = 4.17%

R = 92.5%
G = 3.33%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F0405 (or 0x6F0405) is known color: Sangria. HEX triplet: 6F, 04 and 05. RGB value is (111,4,5). Sum of RGB (Red+Green+Blue) = 111+4+5=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0405 is #90FBFA. Grayscale: #242424. Windows color (decimal): -9501691 or 328815. OLE color: 328815.

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

Color convert

RGB 111 4 5 -
CMYK 0 0.96 0.95 0.56
HSL 359.44º 0.93% 0.23% -
HSV(B) 359.44º 0.96% 0.44% -
XYZ 6.63 3.48 0.47 -
YUV 36.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 111 4 5 0 0.96 0.95 0.56 359.44 0.93 0.23
Hex 6F 4 5 0 60 5F 38 167 5D 17
Octal 157 4 5 0 140 137 70 547 135 27
Binary 1101111 100 101 0 1100000 1011111 111000 101100111 1011101 10111

Color Harmonies of #6F0405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0405

Black with #6F0405

Text Example


Text Example

White with #6F0405

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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