#702238

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

Shades of Claret #702238

Tints of Claret #702238

Color information

#702238 (or 0x702238) is unknown color: approx Claret. HEX triplet: 70, 22 and 38. RGB value is (112,34,56). Sum of RGB (Red+Green+Blue) = 112+34+56=202 (26% of max value = 765). Red value is 112 (44.14% from 255 or 55.45% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 112 - color contains mainly: red. Hex color #702238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #702238 is #8FDDC7. Grayscale: #3B3B3B. Windows color (decimal): -9428424 or 3678832. OLE color: 3678832.

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

Color convert

RGB1123456-
CMYK00.700.500.56
HSL343.08º53.42%28.63%-
HSV(B)343.08º69.64%43.92%-
XYZ7.974.874.26-
YUV59.83125.84165.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 55.45%
GREEN value IS 34 (13.67% from 255) = 16.83%
BLUE value IS 56 (22.27% from 255) = 27.72%
R=55.45%
G=16.83%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.50
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112345600.700.500.56343.0853.4228.63
Hex7022380463238157351d
Octal1604270010662705276535
Binary11100001000101110000100011011001011100010101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #702238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #702238; }

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

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

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

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

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

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

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

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