Html Css Color HEX #74082B Burgundy

📋 copy color: '#74082B'

red 116 ◦ green 8 ◦ blue 43

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

Shades of Burgundy #74082B

Tints of Burgundy #74082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.79%

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

R = 69.46%
G = 4.79%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.55

RGB Variations

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

Color information

#74082B (or 0x74082B) is known color: Burgundy. HEX triplet: 74, 08 and 2B. RGB value is (116,8,43). Sum of RGB (Red+Green+Blue) = 116+8+43=167 (22% of max value = 765). Red value is 116 (45.70% from 255 or 69.46% from 167); Green value is 8 (3.52% from 255 or 4.79% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 116 - color contains mainly: red. Hex color #74082B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74082B is #8BF7D4. Grayscale: #2C2C2C. Windows color (decimal): -9172949 or 2820212. OLE color: 2820212.

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

Color convert

RGB 116 8 43 -
CMYK 0 0.93 0.63 0.55
HSL 340.56º 0.87% 0.24% -
HSV(B) 340.56º 0.93% 0.45% -
XYZ 7.73 4.06 2.66 -
YUV 44.28 127.28 179.15 -
System Red Green Blue C M Y K H S L
Decimal 116 8 43 0 0.93 0.63 0.55 340.56 0.87 0.24
Hex 74 8 2B 0 5D 3F 37 155 57 18
Octal 164 10 53 0 135 77 67 525 127 30
Binary 1110100 1000 101011 0 1011101 111111 110111 101010101 1010111 11000

Color Harmonies of #74082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74082B

Black with #74082B

Text Example


Text Example

White with #74082B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,8,43); }

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

background-color css

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

 a { background-color: rgb(116,8,43); }

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

border-color css

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

 span { border-color: rgb(116,8,43); }

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