Html Css Color HEX #64112F Claret

📋 copy color: '#64112F'

red 100 ◦ green 17 ◦ blue 47

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

Shades of Claret #64112F

Tints of Claret #64112F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.37%

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

R = 60.98%
G = 10.37%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64112F (or 0x64112F) is known color: Claret. HEX triplet: 64, 11 and 2F. RGB value is (100,17,47). Sum of RGB (Red+Green+Blue) = 100+17+47=164 (21% of max value = 765). Red value is 100 (39.45% from 255 or 60.98% from 164); Green value is 17 (7.03% from 255 or 10.37% from 164); Blue value is 47 (18.75% from 255 or 28.66% from 164); Max value from RGB is 100 - color contains mainly: red. Hex color #64112F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64112F is #9BEED0. Grayscale: #2D2D2D. Windows color (decimal): -10219217 or 3084644. OLE color: 3084644.

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

Color convert

RGB 100 17 47 -
CMYK 0 0.83 0.53 0.61
HSL 338.31º 0.71% 0.23% -
HSV(B) 338.31º 0.83% 0.39% -
XYZ 5.97 3.32 3.01 -
YUV 45.24 129 167.06 -
System Red Green Blue C M Y K H S L
Decimal 100 17 47 0 0.83 0.53 0.61 338.31 0.71 0.23
Hex 64 11 2F 0 53 35 3D 152 47 17
Octal 144 21 57 0 123 65 75 522 107 27
Binary 1100100 10001 101111 0 1010011 110101 111101 101010010 1000111 10111

Color Harmonies of #64112F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64112F

Black with #64112F

Text Example


Text Example

White with #64112F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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