Html Css Color HEX #6F0415 Burgundy

📋 copy color: '#6F0415'

red 111 ◦ green 4 ◦ blue 21

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

Shades of Burgundy #6F0415

Tints of Burgundy #6F0415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.44%

R = 81.62%
G = 2.94%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#6F0415 (or 0x6F0415) is known color: Burgundy. HEX triplet: 6F, 04 and 15. RGB value is (111,4,21). Sum of RGB (Red+Green+Blue) = 111+4+21=136 (18% of max value = 765). Red value is 111 (43.75% from 255 or 81.62% from 136); Green value is 4 (1.95% from 255 or 2.94% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0415 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0415 is #90FBEA. Grayscale: #252525. Windows color (decimal): -9501675 or 1377391. OLE color: 1377391.

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

Color convert

RGB 111 4 21 -
CMYK 0 0.96 0.81 0.56
HSL 350.47º 0.93% 0.23% -
HSV(B) 350.47º 0.96% 0.44% -
XYZ 6.73 3.52 1.03 -
YUV 37.93 118.45 180.12 -
System Red Green Blue C M Y K H S L
Decimal 111 4 21 0 0.96 0.81 0.56 350.47 0.93 0.23
Hex 6F 4 15 0 60 51 38 15E 5D 17
Octal 157 4 25 0 140 121 70 536 135 27
Binary 1101111 100 10101 0 1100000 1010001 111000 101011110 1011101 10111

Color Harmonies of #6F0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0415

Black with #6F0415

Text Example


Text Example

White with #6F0415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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