Html Css Color HEX #74020B Burgundy

📋 copy color: '#74020B'

red 116 ◦ green 2 ◦ blue 11

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

Shades of Burgundy #74020B

Tints of Burgundy #74020B

RGB

 RED value IS 116 (45.7% from 255) = 89.92%

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

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 89.92%
G = 1.55%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74020B (or 0x74020B) is known color: Burgundy. HEX triplet: 74, 02 and 0B. RGB value is (116,2,11). Sum of RGB (Red+Green+Blue) = 116+2+11=129 (17% of max value = 765). Red value is 116 (45.70% from 255 or 89.92% from 129); Green value is 2 (1.17% from 255 or 1.55% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 116 - color contains mainly: red. Hex color #74020B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74020B is #8BFDF4. Grayscale: #252525. Windows color (decimal): -9174517 or 721524. OLE color: 721524.

HSL color Cylindrical-coordinate representation of color #74020B: hue angle of 355.26º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #74020B is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 2 11 -
CMYK 0 0.98 0.91 0.55
HSL 355.26º 0.97% 0.23% -
HSV(B) 355.26º 0.98% 0.45% -
XYZ 7.28 3.78 0.66 -
YUV 37.11 113.27 184.27 -
System Red Green Blue C M Y K H S L
Decimal 116 2 11 0 0.98 0.91 0.55 355.26 0.97 0.23
Hex 74 2 B 0 62 5B 37 163 61 17
Octal 164 2 13 0 142 133 67 543 141 27
Binary 1110100 10 1011 0 1100010 1011011 110111 101100011 1100001 10111

Color Harmonies of #74020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74020B

Black with #74020B

Text Example


Text Example

White with #74020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74020B; }

 p { color: rgb(116,2,11); }

 H1.HeaderClassName
 {
   color: #74020B;
 }
 .AnyTagClassName
 {
   color: #74020B;
 }
</style>

background-color css

<style>
 a { background-color: #74020B; }

 a { background-color: rgb(116,2,11); }

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

border-color css

<style>
 span { border-color: #74020B; }

 span { border-color: rgb(116,2,11); }

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