Html Css Color HEX #64142F Claret

📋 copy color: '#64142F'

red 100 ◦ green 20 ◦ blue 47

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

Shades of Claret #64142F

Tints of Claret #64142F

RGB

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

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

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

R = 59.88%
G = 11.98%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64142F (or 0x64142F) is known color: Claret. HEX triplet: 64, 14 and 2F. RGB value is (100,20,47). Sum of RGB (Red+Green+Blue) = 100+20+47=167 (22% of max value = 765). Red value is 100 (39.45% from 255 or 59.88% from 167); Green value is 20 (8.20% from 255 or 11.98% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 100 - color contains mainly: red. Hex color #64142F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64142F is #9BEBD0. Grayscale: #2E2E2E. Windows color (decimal): -10218449 or 3085412. OLE color: 3085412.

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

Color convert

RGB 100 20 47 -
CMYK 0 0.8 0.53 0.61
HSL 339.75º 0.67% 0.24% -
HSV(B) 339.75º 0.8% 0.39% -
XYZ 6.02 3.41 3.03 -
YUV 47 128 165.8 -
System Red Green Blue C M Y K H S L
Decimal 100 20 47 0 0.8 0.53 0.61 339.75 0.67 0.24
Hex 64 14 2F 0 50 35 3D 154 43 18
Octal 144 24 57 0 120 65 75 524 103 30
Binary 1100100 10100 101111 0 1010000 110101 111101 101010100 1000011 11000

Color Harmonies of #64142F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64142F

Black with #64142F

Text Example


Text Example

White with #64142F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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