Html Css Color HEX #6F072B Burgundy

📋 copy color: '#6F072B'

red 111 ◦ green 7 ◦ blue 43

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

Shades of Burgundy #6F072B

Tints of Burgundy #6F072B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.35%

 BLUE value IS 43 (17.19% from 255) = 26.71%

R = 68.94%
G = 4.35%
B = 26.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#6F072B (or 0x6F072B) is known color: Burgundy. HEX triplet: 6F, 07 and 2B. RGB value is (111,7,43). Sum of RGB (Red+Green+Blue) = 111+7+43=161 (21% of max value = 765). Red value is 111 (43.75% from 255 or 68.94% from 161); Green value is 7 (3.12% from 255 or 4.35% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 111 - color contains mainly: red. Hex color #6F072B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F072B is #90F8D4. Grayscale: #2A2A2A. Windows color (decimal): -9500885 or 2819951. OLE color: 2819951.

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

Color convert

RGB 111 7 43 -
CMYK 0 0.94 0.61 0.56
HSL 339.23º 0.88% 0.23% -
HSV(B) 339.23º 0.94% 0.44% -
XYZ 7.07 3.71 2.63 -
YUV 42.2 128.46 177.07 -
System Red Green Blue C M Y K H S L
Decimal 111 7 43 0 0.94 0.61 0.56 339.23 0.88 0.23
Hex 6F 7 2B 0 5E 3D 38 153 58 17
Octal 157 7 53 0 136 75 70 523 130 27
Binary 1101111 111 101011 0 1011110 111101 111000 101010011 1011000 10111

Color Harmonies of #6F072B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F072B

Black with #6F072B

Text Example


Text Example

White with #6F072B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,43); }

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

background-color css

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

 a { background-color: rgb(111,7,43); }

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

border-color css

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

 span { border-color: rgb(111,7,43); }

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