Html Css Color HEX #700308 Burgundy

📋 copy color: '#700308'

red 112 ◦ green 3 ◦ blue 8

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

Shades of Burgundy #700308

Tints of Burgundy #700308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 6.5%

R = 91.06%
G = 2.44%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#700308 (or 0x700308) is known color: Burgundy. HEX triplet: 70, 03 and 08. RGB value is (112,3,8). Sum of RGB (Red+Green+Blue) = 112+3+8=123 (16% of max value = 765). Red value is 112 (44.14% from 255 or 91.06% from 123); Green value is 3 (1.56% from 255 or 2.44% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 112 - color contains mainly: red. Hex color #700308 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700308 is #8FFCF7. Grayscale: #242424. Windows color (decimal): -9436408 or 525168. OLE color: 525168.

HSL color Cylindrical-coordinate representation of color #700308: hue angle of 357.25º 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 #700308 is Cyan = 0, Magento = 0.97, Yellow = 0.93 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 3 8 -
CMYK 0 0.97 0.93 0.56
HSL 357.25º 0.95% 0.23% -
HSV(B) 357.25º 0.97% 0.44% -
XYZ 6.76 3.53 0.55 -
YUV 36.16 112.11 182.09 -
System Red Green Blue C M Y K H S L
Decimal 112 3 8 0 0.97 0.93 0.56 357.25 0.95 0.23
Hex 70 3 8 0 61 5D 38 165 5F 17
Octal 160 3 10 0 141 135 70 545 137 27
Binary 1110000 11 1000 0 1100001 1011101 111000 101100101 1011111 10111

Color Harmonies of #700308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700308

Black with #700308

Text Example


Text Example

White with #700308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700308; }

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

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

background-color css

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

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

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

border-color css

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

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

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