Html Css Color HEX #641431 Claret

📋 copy color: '#641431'

red 100 ◦ green 20 ◦ blue 49

#641431
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Claret #641431

Tints of Claret #641431

RGB

 RED value IS 100 (39.45% from 255) = 59.17%

 GREEN value IS 20 (8.2% from 255) = 11.83%

 BLUE value IS 49 (19.53% from 255) = 28.99%

R = 59.17%
G = 11.83%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#641431 (or 0x641431) is known color: Claret. HEX triplet: 64, 14 and 31. RGB value is (100,20,49). Sum of RGB (Red+Green+Blue) = 100+20+49=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #641431 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641431 is #9BEBCE. Grayscale: #2F2F2F. Windows color (decimal): -10218447 or 3216484. OLE color: 3216484.

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

Color convert

RGB 100 20 49 -
CMYK 0 0.8 0.51 0.61
HSL 338.25º 0.67% 0.24% -
HSV(B) 338.25º 0.8% 0.39% -
XYZ 6.06 3.43 3.25 -
YUV 47.23 129 165.64 -
System Red Green Blue C M Y K H S L
Decimal 100 20 49 0 0.8 0.51 0.61 338.25 0.67 0.24
Hex 64 14 31 0 50 33 3D 152 43 18
Octal 144 24 61 0 120 63 75 522 103 30
Binary 1100100 10100 110001 0 1010000 110011 111101 101010010 1000011 11000

Color Harmonies of #641431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641431

Black with #641431

Text Example


Text Example

White with #641431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641431; }

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

 H1.HeaderClassName
 {
   color: #641431;
 }
 .AnyTagClassName
 {
   color: #641431;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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