Html Css Color HEX #700309 Burgundy

📋 copy color: '#700309'

red 112 ◦ green 3 ◦ blue 9

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

Shades of Burgundy #700309

Tints of Burgundy #700309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 90.32%
G = 2.42%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#700309 (or 0x700309) is known color: Burgundy. HEX triplet: 70, 03 and 09. RGB value is (112,3,9). Sum of RGB (Red+Green+Blue) = 112+3+9=124 (16% of max value = 765). Red value is 112 (44.14% from 255 or 90.32% from 124); Green value is 3 (1.56% from 255 or 2.42% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 112 - color contains mainly: red. Hex color #700309 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #700309 is #8FFCF6. Grayscale: #242424. Windows color (decimal): -9436407 or 590704. OLE color: 590704.

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

Color convert

RGB 112 3 9 -
CMYK 0 0.97 0.92 0.56
HSL 356.7º 0.95% 0.23% -
HSV(B) 356.7º 0.97% 0.44% -
XYZ 6.76 3.53 0.58 -
YUV 36.28 112.61 182.01 -
System Red Green Blue C M Y K H S L
Decimal 112 3 9 0 0.97 0.92 0.56 356.7 0.95 0.23
Hex 70 3 9 0 61 5C 38 165 5F 17
Octal 160 3 11 0 141 134 70 545 137 27
Binary 1110000 11 1001 0 1100001 1011100 111000 101100101 1011111 10111

Color Harmonies of #700309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700309

Black with #700309

Text Example


Text Example

White with #700309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700309; }

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

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

background-color css

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

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

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

border-color css

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

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

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