#702337

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

Shades of Claret #702337

Tints of Claret #702337

Color information

#702337 (or 0x702337) is unknown color: approx Claret. HEX triplet: 70, 23 and 37. RGB value is (112,35,55). Sum of RGB (Red+Green+Blue) = 112+35+55=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 55 (21.88% from 255 or 27.23% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702337 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702337 is #8FDCC8. Grayscale: #3C3C3C. Windows color (decimal): -9428169 or 3613552. OLE color: 3613552.

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

Color convert

RGB1123555-
CMYK00.690.510.56
HSL344.42º52.38%28.82%-
HSV(B)344.42º68.75%43.92%-
XYZ7.974.924.14-
YUV60.3125.01164.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 35 (14.06% from 255) = 17.33%
BLUE value IS 55 (21.88% from 255) = 27.23%
R=55.45%
G=17.33%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.51
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112355500.690.510.56344.4252.3828.82
Hex7023370453338158341d
Octal1604367010563705306435
Binary11100001000111101110100010111001111100010101100011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702337; }

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

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

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

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

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

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

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

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