#702735

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

Shades of Claret #702735

Tints of Claret #702735

Color information

#702735 (or 0x702735) is unknown color: approx Claret. HEX triplet: 70, 27 and 35. RGB value is (112,39,53). Sum of RGB (Red+Green+Blue) = 112+39+53=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #702735 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702735 is #8FD8CA. Grayscale: #3E3E3E. Windows color (decimal): -9427147 or 3483504. OLE color: 3483504.

HSL color Cylindrical-coordinate representation of color #702735: hue angle of 348.49º 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 #702735 is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.56.

Color convert

RGB1123953-
CMYK00.650.530.56
HSL348.49º48.34%29.61%-
HSV(B)348.49º65.18%43.92%-
XYZ8.055.153.94-
YUV62.42122.68163.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 39 (15.62% from 255) = 19.12%
BLUE value IS 53 (21.09% from 255) = 25.98%
R=54.90%
G=19.12%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112395300.650.530.56348.4948.3429.61
Hex702735041353815c301e
Octal1604765010165705346036
Binary11100001001111101010100000111010111100010101110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702735; }

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

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

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

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

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

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

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

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