Html Css Color HEX #6F0A28 Burgundy

📋 copy color: '#6F0A28'

red 111 ◦ green 10 ◦ blue 40

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

Shades of Burgundy #6F0A28

Tints of Burgundy #6F0A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.21%

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 68.94%
G = 6.21%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#6F0A28 (or 0x6F0A28) is known color: Burgundy. HEX triplet: 6F, 0A and 28. RGB value is (111,10,40). Sum of RGB (Red+Green+Blue) = 111+10+40=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A28 is #90F5D7. Grayscale: #2B2B2B. Windows color (decimal): -9500120 or 2624111. OLE color: 2624111.

HSL color Cylindrical-coordinate representation of color #6F0A28: hue angle of 342.18º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A28 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 10 40 -
CMYK 0 0.91 0.64 0.56
HSL 342.18º 0.83% 0.24% -
HSV(B) 342.18º 0.91% 0.44% -
XYZ 7.05 3.75 2.36 -
YUV 43.62 125.96 176.06 -
System Red Green Blue C M Y K H S L
Decimal 111 10 40 0 0.91 0.64 0.56 342.18 0.83 0.24
Hex 6F A 28 0 5B 40 38 156 53 18
Octal 157 12 50 0 133 100 70 526 123 30
Binary 1101111 1010 101000 0 1011011 1000000 111000 101010110 1010011 11000

Color Harmonies of #6F0A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A28

Black with #6F0A28

Text Example


Text Example

White with #6F0A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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