Html Css Color HEX #64182F Claret

📋 copy color: '#64182F'

red 100 ◦ green 24 ◦ blue 47

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

Shades of Claret #64182F

Tints of Claret #64182F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.04%

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

R = 58.48%
G = 14.04%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#64182F (or 0x64182F) is known color: Claret. HEX triplet: 64, 18 and 2F. RGB value is (100,24,47). Sum of RGB (Red+Green+Blue) = 100+24+47=171 (22% of max value = 765). Red value is 100 (39.45% from 255 or 58.48% from 171); Green value is 24 (9.77% from 255 or 14.04% from 171); Blue value is 47 (18.75% from 255 or 27.49% from 171); Max value from RGB is 100 - color contains mainly: red. Hex color #64182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #64182F is #9BE7D0. Grayscale: #313131. Windows color (decimal): -10217425 or 3086436. OLE color: 3086436.

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

Color convert

RGB 100 24 47 -
CMYK 0 0.76 0.53 0.61
HSL 341.84º 0.61% 0.24% -
HSV(B) 341.84º 0.76% 0.39% -
XYZ 6.1 3.57 3.06 -
YUV 49.35 126.68 164.13 -
System Red Green Blue C M Y K H S L
Decimal 100 24 47 0 0.76 0.53 0.61 341.84 0.61 0.24
Hex 64 18 2F 0 4C 35 3D 156 3D 18
Octal 144 30 57 0 114 65 75 526 75 30
Binary 1100100 11000 101111 0 1001100 110101 111101 101010110 111101 11000

Color Harmonies of #64182F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64182F

Black with #64182F

Text Example


Text Example

White with #64182F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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