Html Css Color HEX #78030F Burgundy

📋 copy color: '#78030F'

red 120 ◦ green 3 ◦ blue 15

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

Shades of Burgundy #78030F

Tints of Burgundy #78030F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 10.87%

R = 86.96%
G = 2.17%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#78030F (or 0x78030F) is known color: Burgundy. HEX triplet: 78, 03 and 0F. RGB value is (120,3,15). Sum of RGB (Red+Green+Blue) = 120+3+15=138 (18% of max value = 765). Red value is 120 (47.27% from 255 or 86.96% from 138); Green value is 3 (1.56% from 255 or 2.17% from 138); Blue value is 15 (6.25% from 255 or 10.87% from 138); Max value from RGB is 120 - color contains mainly: red. Hex color #78030F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #78030F is #87FCF0. Grayscale: #272727. Windows color (decimal): -8912113 or 983928. OLE color: 983928.

HSL color Cylindrical-coordinate representation of color #78030F: hue angle of 353.85º 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 #78030F is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 3 15 -
CMYK 0 0.98 0.87 0.53
HSL 353.85º 0.95% 0.24% -
HSV(B) 353.85º 0.98% 0.47% -
XYZ 7.86 4.09 0.83 -
YUV 39.35 114.26 185.52 -
System Red Green Blue C M Y K H S L
Decimal 120 3 15 0 0.98 0.87 0.53 353.85 0.95 0.24
Hex 78 3 F 0 62 57 35 162 5F 18
Octal 170 3 17 0 142 127 65 542 137 30
Binary 1111000 11 1111 0 1100010 1010111 110101 101100010 1011111 11000

Color Harmonies of #78030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78030F

Black with #78030F

Text Example


Text Example

White with #78030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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