#702232

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

Shades of Claret #702232

Tints of Claret #702232

Color information

#702232 (or 0x702232) is unknown color: approx Claret. HEX triplet: 70, 22 and 32. RGB value is (112,34,50). Sum of RGB (Red+Green+Blue) = 112+34+50=196 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.14% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 50 (19.92% from 255 or 25.51% from 196); Max value from RGB is 112 - color contains mainly: red. Hex color #702232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702232 is #8FDDCD. Grayscale: #3B3B3B. Windows color (decimal): -9428430 or 3285616. OLE color: 3285616.

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

Color convert

RGB1123450-
CMYK00.700.550.56
HSL347.69º53.42%28.63%-
HSV(B)347.69º69.64%43.92%-
XYZ7.834.823.54-
YUV59.15122.84165.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.14%
GREEN value IS 34 (13.67% from 255) = 17.35%
BLUE value IS 50 (19.92% from 255) = 25.51%
R=57.14%
G=17.35%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.55
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112345000.700.550.56347.6953.4228.63
Hex702232046373815c351d
Octal1604262010667705346535
Binary11100001000101100100100011011011111100010101110011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702232; }

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

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

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

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

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

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

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

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