Html Css Color HEX #70001B Burgundy

📋 copy color: '#70001B'

red 112 ◦ green 0 ◦ blue 27

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

Shades of Burgundy #70001B

Tints of Burgundy #70001B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 27 (10.94% from 255) = 19.42%

R = 80.58%
G = 0%
B = 19.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.56

RGB Variations

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

Color information

#70001B (or 0x70001B) is known color: Burgundy. HEX triplet: 70, 00 and 1B. RGB value is (112,0,27). Sum of RGB (Red+Green+Blue) = 112+0+27=139 (18% of max value = 765). Red value is 112 (44.14% from 255 or 80.58% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 112 - color contains mainly: red. Hex color #70001B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001B is #8FFFE4. Grayscale: #242424. Windows color (decimal): -9437157 or 1769584. OLE color: 1769584.

HSL color Cylindrical-coordinate representation of color #70001B: hue angle of 345.54º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70001B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 27 -
CMYK 0 1 0.76 0.56
HSL 345.54º 1% 0.22% -
HSV(B) 345.54º 1% 0.44% -
XYZ 6.88 3.52 1.35 -
YUV 36.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 112 0 27 0 1 0.76 0.56 345.54 1 0.22
Hex 70 0 1B 0 64 4C 38 15A 64 16
Octal 160 0 33 0 144 114 70 532 144 26
Binary 1110000 0 11011 0 1100100 1001100 111000 101011010 1100100 10110

Color Harmonies of #70001B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70001B

Black with #70001B

Text Example


Text Example

White with #70001B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,0,27); }

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

background-color css

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

 a { background-color: rgb(112,0,27); }

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

border-color css

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

 span { border-color: rgb(112,0,27); }

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