Html Css Color HEX #70001D Burgundy

📋 copy color: '#70001D'

red 112 ◦ green 0 ◦ blue 29

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

Shades of Burgundy #70001D

Tints of Burgundy #70001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.57%

R = 79.43%
G = 0%
B = 20.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.56

RGB Variations

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

Color information

#70001D (or 0x70001D) is known color: Burgundy. HEX triplet: 70, 00 and 1D. RGB value is (112,0,29). Sum of RGB (Red+Green+Blue) = 112+0+29=141 (18% of max value = 765). Red value is 112 (44.14% from 255 or 79.43% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 112 - color contains mainly: red. Hex color #70001D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #70001D is #8FFFE2. Grayscale: #242424. Windows color (decimal): -9437155 or 1900656. OLE color: 1900656.

HSL color Cylindrical-coordinate representation of color #70001D: hue angle of 344.46º 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 #70001D is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 0 29 -
CMYK 0 1 0.74 0.56
HSL 344.46º 1% 0.22% -
HSV(B) 344.46º 1% 0.44% -
XYZ 6.9 3.53 1.48 -
YUV 36.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 112 0 29 0 1 0.74 0.56 344.46 1 0.22
Hex 70 0 1D 0 64 4A 38 158 64 16
Octal 160 0 35 0 144 112 70 530 144 26
Binary 1110000 0 11101 0 1100100 1001010 111000 101011000 1100100 10110

Color Harmonies of #70001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70001D

Black with #70001D

Text Example


Text Example

White with #70001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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