#642230

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

Shades of Claret #642230

Tints of Claret #642230

Color information

#642230 (or 0x642230) is unknown color: approx Claret. HEX triplet: 64, 22 and 30. RGB value is (100,34,48). Sum of RGB (Red+Green+Blue) = 100+34+48=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 48 (19.14% from 255 or 26.37% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #642230 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642230 is #9BDDCF. Grayscale: #373737. Windows color (decimal): -10214864 or 3154532. OLE color: 3154532.

HSL color Cylindrical-coordinate representation of color #642230: hue angle of 347.27º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #642230 is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB1003448-
CMYK00.660.520.61
HSL347.27º49.25%26.27%-
HSV(B)347.27º66%39.22%-
XYZ6.364.073.25-
YUV55.33123.87159.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.95%
GREEN value IS 34 (13.67% from 255) = 18.68%
BLUE value IS 48 (19.14% from 255) = 26.37%
R=54.95%
G=18.68%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100344800.660.520.61347.2749.2526.27
Hex642230042343D15b311a
Octal1444260010264755336132
Binary11001001000101100000100001011010011110110101101111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642230; }

 p { color: rgb(100,34,48); }

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

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

 a { background-color: rgb(100,34,48); }

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

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

 span { border-color: rgb(100,34,48); }

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