#70223A

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

Shades of Claret #70223A

Tints of Claret #70223A

Color information

#70223A (or 0x70223A) is unknown color: approx Claret. HEX triplet: 70, 22 and 3A. RGB value is (112,34,58). Sum of RGB (Red+Green+Blue) = 112+34+58=204 (27% of max value = 765). Red value is 112 (44.14% from 255 or 54.90% from 204); Green value is 34 (13.67% from 255 or 16.67% from 204); Blue value is 58 (23.05% from 255 or 28.43% from 204); Max value from RGB is 112 - color contains mainly: red. Hex color #70223A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70223A is #8FDDC5. Grayscale: #3C3C3C. Windows color (decimal): -9428422 or 3809904. OLE color: 3809904.

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

Color convert

RGB1123458-
CMYK00.700.480.56
HSL341.54º53.42%28.63%-
HSV(B)341.54º69.64%43.92%-
XYZ8.024.894.53-
YUV60.06126.84165.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 54.90%
GREEN value IS 34 (13.67% from 255) = 16.67%
BLUE value IS 58 (23.05% from 255) = 28.43%
R=54.90%
G=16.67%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.48
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112345800.700.480.56341.5453.4228.63
Hex70223A0463038156351d
Octal1604272010660705266535
Binary11100001000101110100100011011000011100010101011011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70223A; }

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

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

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

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

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

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

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

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