Html Css Color HEX #74070C Burgundy

📋 copy color: '#74070C'

red 116 ◦ green 7 ◦ blue 12

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

Shades of Burgundy #74070C

Tints of Burgundy #74070C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 8.89%

R = 85.93%
G = 5.19%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#74070C (or 0x74070C) is known color: Burgundy. HEX triplet: 74, 07 and 0C. RGB value is (116,7,12). Sum of RGB (Red+Green+Blue) = 116+7+12=135 (17% of max value = 765). Red value is 116 (45.70% from 255 or 85.93% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 12 (5.08% from 255 or 8.89% from 135); Max value from RGB is 116 - color contains mainly: red. Hex color #74070C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #74070C is #8BF8F3. Grayscale: #282828. Windows color (decimal): -9173236 or 788340. OLE color: 788340.

HSL color Cylindrical-coordinate representation of color #74070C: hue angle of 357.25º 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 #74070C is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 7 12 -
CMYK 0 0.94 0.90 0.55
HSL 357.25º 0.89% 0.24% -
HSV(B) 357.25º 0.94% 0.45% -
XYZ 7.34 3.89 0.71 -
YUV 40.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 116 7 12 0 0.94 0.90 0.55 357.25 0.89 0.24
Hex 74 7 C 0 5E 5A 37 165 59 18
Octal 164 7 14 0 136 132 67 545 131 30
Binary 1110100 111 1100 0 1011110 1011010 110111 101100101 1011001 11000

Color Harmonies of #74070C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74070C

Black with #74070C

Text Example


Text Example

White with #74070C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74070C; }

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

 H1.HeaderClassName
 {
   color: #74070C;
 }
 .AnyTagClassName
 {
   color: #74070C;
 }
</style>

background-color css

<style>
 a { background-color: #74070C; }

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

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

border-color css

<style>
 span { border-color: #74070C; }

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

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