Html Css Color HEX #641D34 Claret

📋 copy color: '#641D34'

red 100 ◦ green 29 ◦ blue 52

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

Shades of Claret #641D34

Tints of Claret #641D34

RGB

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

 GREEN value IS 29 (11.72% from 255) = 16.02%

 BLUE value IS 52 (20.7% from 255) = 28.73%

R = 55.25%
G = 16.02%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#641D34 (or 0x641D34) is known color: Claret. HEX triplet: 64, 1D and 34. RGB value is (100,29,52). Sum of RGB (Red+Green+Blue) = 100+29+52=181 (23% of max value = 765). Red value is 100 (39.45% from 255 or 55.25% from 181); Green value is 29 (11.72% from 255 or 16.02% from 181); Blue value is 52 (20.70% from 255 or 28.73% from 181); Max value from RGB is 100 - color contains mainly: red. Hex color #641D34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D34 is #9BE2CB. Grayscale: #343434. Windows color (decimal): -10216140 or 3415396. OLE color: 3415396.

HSL color Cylindrical-coordinate representation of color #641D34: hue angle of 340.56º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #641D34 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 52 -
CMYK 0 0.71 0.48 0.61
HSL 340.56º 0.55% 0.25% -
HSV(B) 340.56º 0.71% 0.39% -
XYZ 6.31 3.84 3.66 -
YUV 52.85 127.52 161.63 -
System Red Green Blue C M Y K H S L
Decimal 100 29 52 0 0.71 0.48 0.61 340.56 0.55 0.25
Hex 64 1D 34 0 47 30 3D 155 37 19
Octal 144 35 64 0 107 60 75 525 67 31
Binary 1100100 11101 110100 0 1000111 110000 111101 101010101 110111 11001

Color Harmonies of #641D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D34

Black with #641D34

Text Example


Text Example

White with #641D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,52); }

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

background-color css

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

 a { background-color: rgb(100,29,52); }

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

border-color css

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

 span { border-color: rgb(100,29,52); }

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