Html Css Color HEX #74071B Burgundy

📋 copy color: '#74071B'

red 116 ◦ green 7 ◦ blue 27

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

Shades of Burgundy #74071B

Tints of Burgundy #74071B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18%

R = 77.33%
G = 4.67%
B = 18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.55

RGB Variations

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

Color information

#74071B (or 0x74071B) is known color: Burgundy. HEX triplet: 74, 07 and 1B. RGB value is (116,7,27). Sum of RGB (Red+Green+Blue) = 116+7+27=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 27 (10.94% from 255 or 18% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74071B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74071B is #8BF8E4. Grayscale: #292929. Windows color (decimal): -9173221 or 1771380. OLE color: 1771380.

HSL color Cylindrical-coordinate representation of color #74071B: hue angle of 348.99º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #74071B is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 27 -
CMYK 0 0.94 0.77 0.55
HSL 348.99º 0.89% 0.24% -
HSV(B) 348.99º 0.94% 0.45% -
XYZ 7.48 3.94 1.4 -
YUV 41.87 119.61 180.87 -
System Red Green Blue C M Y K H S L
Decimal 116 7 27 0 0.94 0.77 0.55 348.99 0.89 0.24
Hex 74 7 1B 0 5E 4D 37 15D 59 18
Octal 164 7 33 0 136 115 67 535 131 30
Binary 1110100 111 11011 0 1011110 1001101 110111 101011101 1011001 11000

Color Harmonies of #74071B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74071B

Black with #74071B

Text Example


Text Example

White with #74071B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,7,27); }

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

background-color css

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

 a { background-color: rgb(116,7,27); }

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

border-color css

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

 span { border-color: rgb(116,7,27); }

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