Html Css Color HEX #641530 Claret

📋 copy color: '#641530'

red 100 ◦ green 21 ◦ blue 48

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

Shades of Claret #641530

Tints of Claret #641530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.43%

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

R = 59.17%
G = 12.43%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.52

 K value IS 0.61

RGB Variations

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

Color information

#641530 (or 0x641530) is known color: Claret. HEX triplet: 64, 15 and 30. RGB value is (100,21,48). Sum of RGB (Red+Green+Blue) = 100+21+48=169 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.17% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 100 - color contains mainly: red. Hex color #641530 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #641530 is #9BEACF. Grayscale: #2F2F2F. Windows color (decimal): -10218192 or 3151204. OLE color: 3151204.

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

Color convert

RGB 100 21 48 -
CMYK 0 0.79 0.52 0.61
HSL 339.49º 0.65% 0.24% -
HSV(B) 339.49º 0.79% 0.39% -
XYZ 6.06 3.46 3.14 -
YUV 47.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 100 21 48 0 0.79 0.52 0.61 339.49 0.65 0.24
Hex 64 15 30 0 4F 34 3D 153 41 18
Octal 144 25 60 0 117 64 75 523 101 30
Binary 1100100 10101 110000 0 1001111 110100 111101 101010011 1000001 11000

Color Harmonies of #641530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641530

Black with #641530

Text Example


Text Example

White with #641530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641530; }

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

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

background-color css

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

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

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

border-color css

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

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

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