Html Css Color HEX #641430 Claret

📋 copy color: '#641430'

red 100 ◦ green 20 ◦ blue 48

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

Shades of Claret #641430

Tints of Claret #641430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 28.57%

R = 59.52%
G = 11.9%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#641430 (or 0x641430) is known color: Claret. HEX triplet: 64, 14 and 30. RGB value is (100,20,48). Sum of RGB (Red+Green+Blue) = 100+20+48=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #641430 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641430 is #9BEBCF. Grayscale: #2F2F2F. Windows color (decimal): -10218448 or 3150948. OLE color: 3150948.

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

Color convert

RGB 100 20 48 -
CMYK 0 0.8 0.52 0.61
HSL 339º 0.67% 0.24% -
HSV(B) 339º 0.8% 0.39% -
XYZ 6.04 3.42 3.14 -
YUV 47.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 100 20 48 0 0.8 0.52 0.61 339 0.67 0.24
Hex 64 14 30 0 50 34 3D 153 43 18
Octal 144 24 60 0 120 64 75 523 103 30
Binary 1100100 10100 110000 0 1010000 110100 111101 101010011 1000011 11000

Color Harmonies of #641430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641430

Black with #641430

Text Example


Text Example

White with #641430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641430; }

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

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

background-color css

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

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

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

border-color css

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

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

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