#702332

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

Shades of Claret #702332

Tints of Claret #702332

Color information

#702332 (or 0x702332) is unknown color: approx Claret. HEX triplet: 70, 23 and 32. RGB value is (112,35,50). Sum of RGB (Red+Green+Blue) = 112+35+50=197 (26% of max value = 765). Red value is 112 (44.14% from 255 or 56.85% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 50 (19.92% from 255 or 25.38% from 197); Max value from RGB is 112 - color contains mainly: red. Hex color #702332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702332 is #8FDCCD. Grayscale: #3B3B3B. Windows color (decimal): -9428174 or 3285872. OLE color: 3285872.

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

Color convert

RGB1123550-
CMYK00.690.550.56
HSL348.31º52.38%28.82%-
HSV(B)348.31º68.75%43.92%-
XYZ7.864.883.54-
YUV59.73122.51165.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 56.85%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 50 (19.92% from 255) = 25.38%
R=56.85%
G=17.77%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112355000.690.550.56348.3152.3828.82
Hex702332045373815c341d
Octal1604362010567705346435
Binary11100001000111100100100010111011111100010101110011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702332; }

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

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

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

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

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

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

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

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