Html Css Color HEX #77030D Burgundy

📋 copy color: '#77030D'

red 119 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #77030D

Tints of Burgundy #77030D

RGB

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

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

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

R = 88.15%
G = 2.22%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77030D (or 0x77030D) is known color: Burgundy. HEX triplet: 77, 03 and 0D. RGB value is (119,3,13). Sum of RGB (Red+Green+Blue) = 119+3+13=135 (17% of max value = 765). Red value is 119 (46.88% from 255 or 88.15% from 135); Green value is 3 (1.56% from 255 or 2.22% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 119 - color contains mainly: red. Hex color #77030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #77030D is #88FCF2. Grayscale: #262626. Windows color (decimal): -8977651 or 852855. OLE color: 852855.

HSL color Cylindrical-coordinate representation of color #77030D: hue angle of 354.83º 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 #77030D is Cyan = 0, Magento = 0.97, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 3 13 -
CMYK 0 0.97 0.89 0.53
HSL 354.83º 0.95% 0.24% -
HSV(B) 354.83º 0.97% 0.47% -
XYZ 7.71 4.02 0.75 -
YUV 38.82 113.43 185.19 -
System Red Green Blue C M Y K H S L
Decimal 119 3 13 0 0.97 0.89 0.53 354.83 0.95 0.24
Hex 77 3 D 0 61 59 35 163 5F 18
Octal 167 3 15 0 141 131 65 543 137 30
Binary 1110111 11 1101 0 1100001 1011001 110101 101100011 1011111 11000

Color Harmonies of #77030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77030D

Black with #77030D

Text Example


Text Example

White with #77030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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