#700423

Color #700423 Burgundy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burgundy #700423

Tints of Burgundy #700423

Color information

#700423 (or 0x700423) is unknown color: approx Burgundy. HEX triplet: 70, 04 and 23. RGB value is (112,4,35). Sum of RGB (Red+Green+Blue) = 112+4+35=151 (20% of max value = 765). Red value is 112 (44.14% from 255 or 74.17% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 35 (14.06% from 255 or 23.18% from 151); Max value from RGB is 112 - color contains mainly: red. Hex color #700423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #700423 is #8FFBDC. Grayscale: #272727. Windows color (decimal): -9436125 or 2294896. OLE color: 2294896.

HSL color Cylindrical-coordinate representation of color #700423: hue angle of 342.78º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #700423 is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB112435-
CMYK00.960.690.56
HSL342.78º93.1%22.75%-
HSV(B)342.78º96.43%43.92%-
XYZ7.033.651.92-
YUV39.83125.28179.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 74.17%
GREEN value IS 4 (1.95% from 255) = 2.65%
BLUE value IS 35 (14.06% from 255) = 23.18%
R=74.17%
G=2.65%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11243500.960.690.56342.7893.122.75
Hex7042306045381575d17
Octal16044301401057052713527
Binary1110000100100011011000001000101111000101010111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700423; }

 p { color: rgb(112,4,35); }

 H1.HeaderClassName
 {
   color: #700423;
 }
 .AnyTagClassName
 {
   color: #700423;
 }
</style>
background-color css

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

 a { background-color: rgb(112,4,35); }

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

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

 span { border-color: rgb(112,4,35); }

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