Html Css Color HEX #64152F Claret

📋 copy color: '#64152F'

red 100 ◦ green 21 ◦ blue 47

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

Shades of Claret #64152F

Tints of Claret #64152F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 27.98%

R = 59.52%
G = 12.5%
B = 27.98%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64152F (or 0x64152F) is known color: Claret. HEX triplet: 64, 15 and 2F. RGB value is (100,21,47). Sum of RGB (Red+Green+Blue) = 100+21+47=168 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.52% from 168); Green value is 21 (8.59% from 255 or 12.5% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 100 - color contains mainly: red. Hex color #64152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64152F is #9BEAD0. Grayscale: #2F2F2F. Windows color (decimal): -10218193 or 3085668. OLE color: 3085668.

HSL color Cylindrical-coordinate representation of color #64152F: hue angle of 340.25º 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 #64152F is Cyan = 0, Magento = 0.79, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 21 47 -
CMYK 0 0.79 0.53 0.61
HSL 340.25º 0.65% 0.24% -
HSV(B) 340.25º 0.79% 0.39% -
XYZ 6.04 3.45 3.04 -
YUV 47.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 100 21 47 0 0.79 0.53 0.61 340.25 0.65 0.24
Hex 64 15 2F 0 4F 35 3D 154 41 18
Octal 144 25 57 0 117 65 75 524 101 30
Binary 1100100 10101 101111 0 1001111 110101 111101 101010100 1000001 11000

Color Harmonies of #64152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64152F

Black with #64152F

Text Example


Text Example

White with #64152F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64152F; }

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

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

background-color css

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

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

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

border-color css

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

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

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