Html Css Color HEX #64122F Claret

📋 copy color: '#64122F'

red 100 ◦ green 18 ◦ blue 47

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

Shades of Claret #64122F

Tints of Claret #64122F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.91%

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

R = 60.61%
G = 10.91%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64122F (or 0x64122F) is known color: Claret. HEX triplet: 64, 12 and 2F. RGB value is (100,18,47). Sum of RGB (Red+Green+Blue) = 100+18+47=165 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.61% from 165); Green value is 18 (7.42% from 255 or 10.91% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 100 - color contains mainly: red. Hex color #64122F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64122F is #9BEDD0. Grayscale: #2D2D2D. Windows color (decimal): -10218961 or 3084900. OLE color: 3084900.

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

Color convert

RGB 100 18 47 -
CMYK 0 0.82 0.53 0.61
HSL 338.78º 0.69% 0.23% -
HSV(B) 338.78º 0.82% 0.39% -
XYZ 5.98 3.35 3.02 -
YUV 45.82 128.67 166.64 -
System Red Green Blue C M Y K H S L
Decimal 100 18 47 0 0.82 0.53 0.61 338.78 0.69 0.23
Hex 64 12 2F 0 52 35 3D 153 45 17
Octal 144 22 57 0 122 65 75 523 105 27
Binary 1100100 10010 101111 0 1010010 110101 111101 101010011 1000101 10111

Color Harmonies of #64122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64122F

Black with #64122F

Text Example


Text Example

White with #64122F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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