Html Css Color HEX #70030B Burgundy

📋 copy color: '#70030B'

red 112 ◦ green 3 ◦ blue 11

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

Shades of Burgundy #70030B

Tints of Burgundy #70030B

RGB

 RED value IS 112 (44.14% from 255) = 88.89%

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

 BLUE value IS 11 (4.69% from 255) = 8.73%

R = 88.89%
G = 2.38%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#70030B (or 0x70030B) is known color: Burgundy. HEX triplet: 70, 03 and 0B. RGB value is (112,3,11). Sum of RGB (Red+Green+Blue) = 112+3+11=126 (16% of max value = 765). Red value is 112 (44.14% from 255 or 88.89% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 112 - color contains mainly: red. Hex color #70030B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #70030B is #8FFCF4. Grayscale: #242424. Windows color (decimal): -9436405 or 721776. OLE color: 721776.

HSL color Cylindrical-coordinate representation of color #70030B: hue angle of 355.6º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #70030B is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 11 -
CMYK 0 0.97 0.90 0.56
HSL 355.6º 0.95% 0.23% -
HSV(B) 355.6º 0.97% 0.44% -
XYZ 6.78 3.53 0.64 -
YUV 36.5 113.61 181.85 -
System Red Green Blue C M Y K H S L
Decimal 112 3 11 0 0.97 0.90 0.56 355.6 0.95 0.23
Hex 70 3 B 0 61 5A 38 164 5F 17
Octal 160 3 13 0 141 132 70 544 137 27
Binary 1110000 11 1011 0 1100001 1011010 111000 101100100 1011111 10111

Color Harmonies of #70030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70030B

Black with #70030B

Text Example


Text Example

White with #70030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70030B; }

 p { color: rgb(112,3,11); }

 H1.HeaderClassName
 {
   color: #70030B;
 }
 .AnyTagClassName
 {
   color: #70030B;
 }
</style>

background-color css

<style>
 a { background-color: #70030B; }

 a { background-color: rgb(112,3,11); }

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

border-color css

<style>
 span { border-color: #70030B; }

 span { border-color: rgb(112,3,11); }

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