Html Css Color HEX #642432 Claret

📋 copy color: '#642432'

red 100 ◦ green 36 ◦ blue 50

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

Shades of Claret #642432

Tints of Claret #642432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.35%

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

R = 53.76%
G = 19.35%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.61

RGB Variations

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

Color information

#642432 (or 0x642432) is known color: Claret. HEX triplet: 64, 24 and 32. RGB value is (100,36,50). Sum of RGB (Red+Green+Blue) = 100+36+50=186 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.76% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 50 (19.92% from 255 or 26.88% from 186); Max value from RGB is 100 - color contains mainly: red. Hex color #642432 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642432 is #9BDBCD. Grayscale: #383838. Windows color (decimal): -10214350 or 3286116. OLE color: 3286116.

HSL color Cylindrical-coordinate representation of color #642432: hue angle of 346.88º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #642432 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 36 50 -
CMYK 0 0.64 0.50 0.61
HSL 346.88º 0.47% 0.27% -
HSV(B) 346.88º 0.64% 0.39% -
XYZ 6.46 4.2 3.49 -
YUV 56.73 124.2 158.86 -
System Red Green Blue C M Y K H S L
Decimal 100 36 50 0 0.64 0.50 0.61 346.88 0.47 0.27
Hex 64 24 32 0 40 32 3D 15B 2F 1B
Octal 144 44 62 0 100 62 75 533 57 33
Binary 1100100 100100 110010 0 1000000 110010 111101 101011011 101111 11011

Color Harmonies of #642432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642432

Black with #642432

Text Example


Text Example

White with #642432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642432; }

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

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

background-color css

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

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

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

border-color css

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

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

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