Html Css Color HEX #74030F Burgundy

📋 copy color: '#74030F'

red 116 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #74030F

Tints of Burgundy #74030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 86.57%
G = 2.24%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#74030F (or 0x74030F) is known color: Burgundy. HEX triplet: 74, 03 and 0F. RGB value is (116,3,15). Sum of RGB (Red+Green+Blue) = 116+3+15=134 (17% of max value = 765). Red value is 116 (45.70% from 255 or 86.57% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 116 - color contains mainly: red. Hex color #74030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74030F is #8BFCF0. Grayscale: #262626. Windows color (decimal): -9174257 or 983924. OLE color: 983924.

HSL color Cylindrical-coordinate representation of color #74030F: hue angle of 353.63º 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 #74030F is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 3 15 -
CMYK 0 0.97 0.87 0.55
HSL 353.63º 0.95% 0.23% -
HSV(B) 353.63º 0.97% 0.45% -
XYZ 7.32 3.81 0.8 -
YUV 38.16 114.94 183.52 -
System Red Green Blue C M Y K H S L
Decimal 116 3 15 0 0.97 0.87 0.55 353.63 0.95 0.23
Hex 74 3 F 0 61 57 37 162 5F 17
Octal 164 3 17 0 141 127 67 542 137 27
Binary 1110100 11 1111 0 1100001 1010111 110111 101100010 1011111 10111

Color Harmonies of #74030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74030F

Black with #74030F

Text Example


Text Example

White with #74030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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