#70232F

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

Shades of Claret #70232F

Tints of Claret #70232F

Color information

#70232F (or 0x70232F) is unknown color: approx Claret. HEX triplet: 70, 23 and 2F. RGB value is (112,35,47). Sum of RGB (Red+Green+Blue) = 112+35+47=194 (25% of max value = 765). Red value is 112 (44.14% from 255 or 57.73% from 194); Green value is 35 (14.06% from 255 or 18.04% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 112 - color contains mainly: red. Hex color #70232F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #70232F is #8FDCD0. Grayscale: #3B3B3B. Windows color (decimal): -9428177 or 3089264. OLE color: 3089264.

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

Color convert

RGB1123547-
CMYK00.690.580.56
HSL350.65º52.38%28.82%-
HSV(B)350.65º68.75%43.92%-
XYZ7.84.853.21-
YUV59.39121.01165.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 57.73%
GREEN value IS 35 (14.06% from 255) = 18.04%
BLUE value IS 47 (18.75% from 255) = 24.23%
R=57.73%
G=18.04%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112354700.690.580.56350.6552.3828.82
Hex70232F0453A3815f341d
Octal1604357010572705376435
Binary11100001000111011110100010111101011100010101111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70232F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70232F; }

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

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

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

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

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

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

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

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