#641433

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

Shades of Claret #641433

Tints of Claret #641433

Color information

#641433 (or 0x641433) is unknown color: approx Claret. HEX triplet: 64, 14 and 33. RGB value is (100,20,51). Sum of RGB (Red+Green+Blue) = 100+20+51=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #641433 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641433 is #9BEBCC. Grayscale: #2F2F2F. Windows color (decimal): -10218445 or 3347556. OLE color: 3347556.

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

Color convert

RGB1002051-
CMYK00.80.490.61
HSL336.75º66.67%23.53%-
HSV(B)336.75º80%39.22%-
XYZ6.13.453.48-
YUV47.45130165.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 58.48%
GREEN value IS 20 (8.20% from 255) = 11.70%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=58.48%
G=11.70%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.49
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100205100.80.490.61336.7566.6723.53
Hex641433050313D1514318
Octal14424630120617552110330
Binary11001001010011001101010000110001111101101010001100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641433; }

 p { color: rgb(100,20,51); }

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

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

 a { background-color: rgb(100,20,51); }

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

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

 span { border-color: rgb(100,20,51); }

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