#641030

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

Shades of Claret #641030

Tints of Claret #641030

Color information

#641030 (or 0x641030) is unknown color: approx Claret. HEX triplet: 64, 10 and 30. RGB value is (100,16,48). Sum of RGB (Red+Green+Blue) = 100+16+48=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #641030 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641030 is #9BEFCF. Grayscale: #2C2C2C. Windows color (decimal): -10219472 or 3149924. OLE color: 3149924.

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

Color convert

RGB1001648-
CMYK00.840.520.61
HSL337.14º72.41%22.75%-
HSV(B)337.14º84%39.22%-
XYZ5.973.293.12-
YUV44.76129.83167.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 60.98%
GREEN value IS 16 (6.64% from 255) = 9.76%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=60.98%
G=9.76%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100164800.840.520.61337.1472.4122.75
Hex641030054343D1514817
Octal14420600124647552111027
Binary11001001000011000001010100110100111101101010001100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #641030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #641030; }

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

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

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

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

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

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

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

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