Html Css Color HEX #641D35 Claret

📋 copy color: '#641D35'

red 100 ◦ green 29 ◦ blue 53

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

Shades of Claret #641D35

Tints of Claret #641D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.12%

R = 54.95%
G = 15.93%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#641D35 (or 0x641D35) is known color: Claret. HEX triplet: 64, 1D and 35. RGB value is (100,29,53). Sum of RGB (Red+Green+Blue) = 100+29+53=182 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.95% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 53 (21.09% from 255 or 29.12% from 182); Max value from RGB is 100 - color contains mainly: red. Hex color #641D35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #641D35 is #9BE2CA. Grayscale: #343434. Windows color (decimal): -10216139 or 3480932. OLE color: 3480932.

HSL color Cylindrical-coordinate representation of color #641D35: hue angle of 339.72º 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 #641D35 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 29 53 -
CMYK 0 0.71 0.47 0.61
HSL 339.72º 0.55% 0.25% -
HSV(B) 339.72º 0.71% 0.39% -
XYZ 6.34 3.85 3.78 -
YUV 52.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 100 29 53 0 0.71 0.47 0.61 339.72 0.55 0.25
Hex 64 1D 35 0 47 2F 3D 154 37 19
Octal 144 35 65 0 107 57 75 524 67 31
Binary 1100100 11101 110101 0 1000111 101111 111101 101010100 110111 11001

Color Harmonies of #641D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641D35

Black with #641D35

Text Example


Text Example

White with #641D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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