#702732

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

Shades of Claret #702732

Tints of Claret #702732

Color information

#702732 (or 0x702732) is unknown color: approx Claret. HEX triplet: 70, 27 and 32. RGB value is (112,39,50). Sum of RGB (Red+Green+Blue) = 112+39+50=201 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.72% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 50 (19.92% from 255 or 24.88% from 201); Max value from RGB is 112 - color contains mainly: red. Hex color #702732 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702732 is #8FD8CD. Grayscale: #3E3E3E. Windows color (decimal): -9427150 or 3286896. OLE color: 3286896.

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

Color convert

RGB1123950-
CMYK00.650.550.56
HSL350.96º48.34%29.61%-
HSV(B)350.96º65.18%43.92%-
XYZ7.985.133.59-
YUV62.08121.18163.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.72%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 50 (19.92% from 255) = 24.88%
R=55.72%
G=19.40%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112395000.650.550.56350.9648.3429.61
Hex702732041373815f301e
Octal1604762010167705376036
Binary11100001001111100100100000111011111100010101111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702732; }

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

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

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

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

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

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

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

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