Html Css Color HEX #700928 Burgundy

📋 copy color: '#700928'

red 112 ◦ green 9 ◦ blue 40

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

Shades of Burgundy #700928

Tints of Burgundy #700928

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

 BLUE value IS 40 (16.02% from 255) = 24.84%

R = 69.57%
G = 5.59%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#700928 (or 0x700928) is known color: Burgundy. HEX triplet: 70, 09 and 28. RGB value is (112,9,40). Sum of RGB (Red+Green+Blue) = 112+9+40=161 (21% of max value = 765). Red value is 112 (44.14% from 255 or 69.57% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 112 - color contains mainly: red. Hex color #700928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700928 is #8FF6D7. Grayscale: #2B2B2B. Windows color (decimal): -9434840 or 2623856. OLE color: 2623856.

HSL color Cylindrical-coordinate representation of color #700928: hue angle of 341.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #700928 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 9 40 -
CMYK 0 0.92 0.64 0.56
HSL 341.94º 0.85% 0.24% -
HSV(B) 341.94º 0.92% 0.44% -
XYZ 7.16 3.79 2.36 -
YUV 43.33 126.12 176.98 -
System Red Green Blue C M Y K H S L
Decimal 112 9 40 0 0.92 0.64 0.56 341.94 0.85 0.24
Hex 70 9 28 0 5C 40 38 156 55 18
Octal 160 11 50 0 134 100 70 526 125 30
Binary 1110000 1001 101000 0 1011100 1000000 111000 101010110 1010101 11000

Color Harmonies of #700928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700928

Black with #700928

Text Example


Text Example

White with #700928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700928; }

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

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

background-color css

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

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

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

border-color css

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

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

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