Html Css Color HEX #78030D Burgundy

📋 copy color: '#78030D'

red 120 ◦ green 3 ◦ blue 13

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

Shades of Burgundy #78030D

Tints of Burgundy #78030D

RGB

 RED value IS 120 (47.27% from 255) = 88.24%

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

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

R = 88.24%
G = 2.21%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#78030D (or 0x78030D) is known color: Burgundy. HEX triplet: 78, 03 and 0D. RGB value is (120,3,13). Sum of RGB (Red+Green+Blue) = 120+3+13=136 (18% of max value = 765). Red value is 120 (47.27% from 255 or 88.24% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 13 (5.47% from 255 or 9.56% from 136); Max value from RGB is 120 - color contains mainly: red. Hex color #78030D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78030D is #87FCF2. Grayscale: #272727. Windows color (decimal): -8912115 or 852856. OLE color: 852856.

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

Color convert

RGB 120 3 13 -
CMYK 0 0.98 0.89 0.53
HSL 354.87º 0.95% 0.24% -
HSV(B) 354.87º 0.98% 0.47% -
XYZ 7.85 4.09 0.76 -
YUV 39.12 113.26 185.69 -
System Red Green Blue C M Y K H S L
Decimal 120 3 13 0 0.98 0.89 0.53 354.87 0.95 0.24
Hex 78 3 D 0 62 59 35 163 5F 18
Octal 170 3 15 0 142 131 65 543 137 30
Binary 1111000 11 1101 0 1100010 1011001 110101 101100011 1011111 11000

Color Harmonies of #78030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78030D

Black with #78030D

Text Example


Text Example

White with #78030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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