Html Css Color HEX #6F020A Burgundy

📋 copy color: '#6F020A'

red 111 ◦ green 2 ◦ blue 10

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

Shades of Burgundy #6F020A

Tints of Burgundy #6F020A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 90.24%
G = 1.63%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.56

RGB Variations

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

Color information

#6F020A (or 0x6F020A) is known color: Burgundy. HEX triplet: 6F, 02 and 0A. RGB value is (111,2,10). Sum of RGB (Red+Green+Blue) = 111+2+10=123 (16% of max value = 765). Red value is 111 (43.75% from 255 or 90.24% from 123); Green value is 2 (1.17% from 255 or 1.63% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 111 - color contains mainly: red. Hex color #6F020A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F020A is #90FDF5. Grayscale: #232323. Windows color (decimal): -9502198 or 655983. OLE color: 655983.

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

Color convert

RGB 111 2 10 -
CMYK 0 0.98 0.91 0.56
HSL 355.6º 0.96% 0.22% -
HSV(B) 355.6º 0.98% 0.44% -
XYZ 6.63 3.44 0.6 -
YUV 35.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 111 2 10 0 0.98 0.91 0.56 355.6 0.96 0.22
Hex 6F 2 A 0 62 5B 38 164 60 16
Octal 157 2 12 0 142 133 70 544 140 26
Binary 1101111 10 1010 0 1100010 1011011 111000 101100100 1100000 10110

Color Harmonies of #6F020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F020A

Black with #6F020A

Text Example


Text Example

White with #6F020A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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