Html Css Color HEX #641E32 Claret

📋 copy color: '#641E32'

red 100 ◦ green 30 ◦ blue 50

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

Shades of Claret #641E32

Tints of Claret #641E32

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.67%

 BLUE value IS 50 (19.92% from 255) = 27.78%

R = 55.56%
G = 16.67%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#641E32 (or 0x641E32) is known color: Claret. HEX triplet: 64, 1E and 32. RGB value is (100,30,50). Sum of RGB (Red+Green+Blue) = 100+30+50=180 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.56% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 100 - color contains mainly: red. Hex color #641E32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641E32 is #9BE1CD. Grayscale: #353535. Windows color (decimal): -10215886 or 3284580. OLE color: 3284580.

HSL color Cylindrical-coordinate representation of color #641E32: hue angle of 342.86º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #641E32 is Cyan = 0, Magento = 0.70, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 30 50 -
CMYK 0 0.70 0.50 0.61
HSL 342.86º 0.54% 0.25% -
HSV(B) 342.86º 0.7% 0.39% -
XYZ 6.3 3.87 3.43 -
YUV 53.21 126.19 161.37 -
System Red Green Blue C M Y K H S L
Decimal 100 30 50 0 0.70 0.50 0.61 342.86 0.54 0.25
Hex 64 1E 32 0 46 32 3D 157 36 19
Octal 144 36 62 0 106 62 75 527 66 31
Binary 1100100 11110 110010 0 1000110 110010 111101 101010111 110110 11001

Color Harmonies of #641E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641E32

Black with #641E32

Text Example


Text Example

White with #641E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641E32; }

 p { color: rgb(100,30,50); }

 H1.HeaderClassName
 {
   color: #641E32;
 }
 .AnyTagClassName
 {
   color: #641E32;
 }
</style>

background-color css

<style>
 a { background-color: #641E32; }

 a { background-color: rgb(100,30,50); }

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

border-color css

<style>
 span { border-color: #641E32; }

 span { border-color: rgb(100,30,50); }

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