Html Css Color HEX #74030D Burgundy

📋 copy color: '#74030D'

red 116 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #74030D

Tints of Burgundy #74030D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.27%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 87.88%
G = 2.27%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#74030D (or 0x74030D) is known color: Burgundy. HEX triplet: 74, 03 and 0D. RGB value is (116,3,13). Sum of RGB (Red+Green+Blue) = 116+3+13=132 (17% of max value = 765). Red value is 116 (45.70% from 255 or 87.88% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 116 - color contains mainly: red. Hex color #74030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74030D is #8BFCF2. Grayscale: #262626. Windows color (decimal): -9174259 or 852852. OLE color: 852852.

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

Color convert

RGB 116 3 13 -
CMYK 0 0.97 0.89 0.55
HSL 354.69º 0.95% 0.23% -
HSV(B) 354.69º 0.97% 0.45% -
XYZ 7.31 3.81 0.73 -
YUV 37.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 116 3 13 0 0.97 0.89 0.55 354.69 0.95 0.23
Hex 74 3 D 0 61 59 37 163 5F 17
Octal 164 3 15 0 141 131 67 543 137 27
Binary 1110100 11 1101 0 1100001 1011001 110111 101100011 1011111 10111

Color Harmonies of #74030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74030D

Black with #74030D

Text Example


Text Example

White with #74030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74030D; }

 p { color: rgb(116,3,13); }

 H1.HeaderClassName
 {
   color: #74030D;
 }
 .AnyTagClassName
 {
   color: #74030D;
 }
</style>

background-color css

<style>
 a { background-color: #74030D; }

 a { background-color: rgb(116,3,13); }

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

border-color css

<style>
 span { border-color: #74030D; }

 span { border-color: rgb(116,3,13); }

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