Html Css Color HEX #77030C Burgundy

📋 copy color: '#77030C'

red 119 ◦ green 3 ◦ blue 12

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

Shades of Burgundy #77030C

Tints of Burgundy #77030C

RGB

 RED value IS 119 (46.88% from 255) = 88.81%

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

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

R = 88.81%
G = 2.24%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#77030C (or 0x77030C) is known color: Burgundy. HEX triplet: 77, 03 and 0C. RGB value is (119,3,12). Sum of RGB (Red+Green+Blue) = 119+3+12=134 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.81% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 12 (5.08% from 255 or 8.96% from 134); Max value from RGB is 119 - color contains mainly: red. Hex color #77030C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77030C is #88FCF3. Grayscale: #262626. Windows color (decimal): -8977652 or 787319. OLE color: 787319.

HSL color Cylindrical-coordinate representation of color #77030C: hue angle of 355.34º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #77030C is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 12 -
CMYK 0 0.97 0.90 0.53
HSL 355.34º 0.95% 0.24% -
HSV(B) 355.34º 0.97% 0.47% -
XYZ 7.71 4.01 0.72 -
YUV 38.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 119 3 12 0 0.97 0.90 0.53 355.34 0.95 0.24
Hex 77 3 C 0 61 5A 35 163 5F 18
Octal 167 3 14 0 141 132 65 543 137 30
Binary 1110111 11 1100 0 1100001 1011010 110101 101100011 1011111 11000

Color Harmonies of #77030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77030C

Black with #77030C

Text Example


Text Example

White with #77030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,3,12); }

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

background-color css

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

 a { background-color: rgb(119,3,12); }

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

border-color css

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

 span { border-color: rgb(119,3,12); }

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