#702A38

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

Shades of Claret #702A38

Tints of Claret #702A38

Color information

#702A38 (or 0x702A38) is unknown color: approx Claret. HEX triplet: 70, 2A and 38. RGB value is (112,42,56). Sum of RGB (Red+Green+Blue) = 112+42+56=210 (27% of max value = 765). Red value is 112 (44.14% from 255 or 53.33% from 210); Green value is 42 (16.80% from 255 or 20% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 112 - color contains mainly: red. Hex color #702A38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702A38 is #8FD5C7. Grayscale: #404040. Windows color (decimal): -9426376 or 3680880. OLE color: 3680880.

HSL color Cylindrical-coordinate representation of color #702A38: hue angle of 348º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #702A38 is Cyan = 0, Magento = 0.62, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB1124256-
CMYK00.620.500.56
HSL348º45.45%30.2%-
HSV(B)348º62.5%43.92%-
XYZ8.225.394.35-
YUV64.53123.19161.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 53.33%
GREEN value IS 42 (16.80% from 255) = 20%
BLUE value IS 56 (22.27% from 255) = 26.67%
R=53.33%
G=20%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112425600.620.500.5634845.4530.2
Hex702A3803E323815c2d1e
Octal160527007662705345536
Binary1110000101010111000011111011001011100010101110010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702A38; }

 p { color: rgb(112,42,56); }

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

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

 a { background-color: rgb(112,42,56); }

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

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

 span { border-color: rgb(112,42,56); }

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