Html Css Color HEX #74010B Burgundy

📋 copy color: '#74010B'

red 116 ◦ green 1 ◦ blue 11

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

Shades of Burgundy #74010B

Tints of Burgundy #74010B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.78%

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

R = 90.63%
G = 0.78%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#74010B (or 0x74010B) is known color: Burgundy. HEX triplet: 74, 01 and 0B. RGB value is (116,1,11). Sum of RGB (Red+Green+Blue) = 116+1+11=128 (16% of max value = 765). Red value is 116 (45.70% from 255 or 90.62% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 116 - color contains mainly: red. Hex color #74010B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74010B is #8BFEF4. Grayscale: #242424. Windows color (decimal): -9174773 or 721268. OLE color: 721268.

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

Color convert

RGB 116 1 11 -
CMYK 0 0.99 0.91 0.55
HSL 354.78º 0.98% 0.23% -
HSV(B) 354.78º 0.99% 0.45% -
XYZ 7.27 3.76 0.66 -
YUV 36.53 113.6 184.69 -
System Red Green Blue C M Y K H S L
Decimal 116 1 11 0 0.99 0.91 0.55 354.78 0.98 0.23
Hex 74 1 B 0 63 5B 37 163 62 17
Octal 164 1 13 0 143 133 67 543 142 27
Binary 1110100 1 1011 0 1100011 1011011 110111 101100011 1100010 10111

Color Harmonies of #74010B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74010B

Black with #74010B

Text Example


Text Example

White with #74010B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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