Html Css Color HEX #74061C Burgundy

📋 copy color: '#74061C'

red 116 ◦ green 6 ◦ blue 28

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

Shades of Burgundy #74061C

Tints of Burgundy #74061C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

 BLUE value IS 28 (11.33% from 255) = 18.67%

R = 77.33%
G = 4%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#74061C (or 0x74061C) is known color: Burgundy. HEX triplet: 74, 06 and 1C. RGB value is (116,6,28). Sum of RGB (Red+Green+Blue) = 116+6+28=150 (19% of max value = 765). Red value is 116 (45.70% from 255 or 77.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 116 - color contains mainly: red. Hex color #74061C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #74061C is #8BF9E3. Grayscale: #292929. Windows color (decimal): -9173476 or 1836660. OLE color: 1836660.

HSL color Cylindrical-coordinate representation of color #74061C: hue angle of 348º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #74061C is Cyan = 0, Magento = 0.95, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 6 28 -
CMYK 0 0.95 0.76 0.55
HSL 348º 0.9% 0.24% -
HSV(B) 348º 0.95% 0.45% -
XYZ 7.48 3.93 1.46 -
YUV 41.4 120.44 181.21 -
System Red Green Blue C M Y K H S L
Decimal 116 6 28 0 0.95 0.76 0.55 348 0.9 0.24
Hex 74 6 1C 0 5F 4C 37 15C 5A 18
Octal 164 6 34 0 137 114 67 534 132 30
Binary 1110100 110 11100 0 1011111 1001100 110111 101011100 1011010 11000

Color Harmonies of #74061C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74061C

Black with #74061C

Text Example


Text Example

White with #74061C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,6,28); }

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

background-color css

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

 a { background-color: rgb(116,6,28); }

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

border-color css

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

 span { border-color: rgb(116,6,28); }

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