Html Css Color HEX #64212F Claret

📋 copy color: '#64212F'

red 100 ◦ green 33 ◦ blue 47

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

Shades of Claret #64212F

Tints of Claret #64212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

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

R = 55.56%
G = 18.33%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64212F (or 0x64212F) is known color: Claret. HEX triplet: 64, 21 and 2F. RGB value is (100,33,47). Sum of RGB (Red+Green+Blue) = 100+33+47=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #64212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64212F is #9BDED0. Grayscale: #363636. Windows color (decimal): -10215121 or 3088740. OLE color: 3088740.

HSL color Cylindrical-coordinate representation of color #64212F: hue angle of 347.46º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #64212F is Cyan = 0, Magento = 0.67, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 33 47 -
CMYK 0 0.67 0.53 0.61
HSL 347.46º 0.5% 0.26% -
HSV(B) 347.46º 0.67% 0.39% -
XYZ 6.31 4 3.13 -
YUV 54.63 123.7 160.36 -
System Red Green Blue C M Y K H S L
Decimal 100 33 47 0 0.67 0.53 0.61 347.46 0.5 0.26
Hex 64 21 2F 0 43 35 3D 15B 32 1A
Octal 144 41 57 0 103 65 75 533 62 32
Binary 1100100 100001 101111 0 1000011 110101 111101 101011011 110010 11010

Color Harmonies of #64212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64212F

Black with #64212F

Text Example


Text Example

White with #64212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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