#642231

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

Shades of Claret #642231

Tints of Claret #642231

Color information

#642231 (or 0x642231) is unknown color: approx Claret. HEX triplet: 64, 22 and 31. RGB value is (100,34,49). Sum of RGB (Red+Green+Blue) = 100+34+49=183 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.64% from 183); Green value is 34 (13.67% from 255 or 18.58% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 100 - color contains mainly: red. Hex color #642231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642231 is #9BDDCE. Grayscale: #373737. Windows color (decimal): -10214863 or 3220068. OLE color: 3220068.

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

Color convert

RGB1003449-
CMYK00.660.510.61
HSL346.36º49.25%26.27%-
HSV(B)346.36º66%39.22%-
XYZ6.384.083.36-
YUV55.44124.37159.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 54.64%
GREEN value IS 34 (13.67% from 255) = 18.58%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=54.64%
G=18.58%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100344900.660.510.61346.3649.2526.27
Hex642231042333D15a311a
Octal1444261010263755326132
Binary11001001000101100010100001011001111110110101101011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #642231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #642231; }

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

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

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

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

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

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

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

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