Html Css Color HEX #642833 Claret

📋 copy color: '#642833'

red 100 ◦ green 40 ◦ blue 51

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

Shades of Claret #642833

Tints of Claret #642833

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.94%

 BLUE value IS 51 (20.31% from 255) = 26.7%

R = 52.36%
G = 20.94%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#642833 (or 0x642833) is known color: Claret. HEX triplet: 64, 28 and 33. RGB value is (100,40,51). Sum of RGB (Red+Green+Blue) = 100+40+51=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 40 (16.02% from 255 or 20.94% from 191); Blue value is 51 (20.31% from 255 or 26.70% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #642833 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642833 is #9BD7CC. Grayscale: #3B3B3B. Windows color (decimal): -10213325 or 3352676. OLE color: 3352676.

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

Color convert

RGB 100 40 51 -
CMYK 0 0.6 0.49 0.61
HSL 349º 0.43% 0.27% -
HSV(B) 349º 0.6% 0.39% -
XYZ 6.61 4.47 3.65 -
YUV 59.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 100 40 51 0 0.6 0.49 0.61 349 0.43 0.27
Hex 64 28 33 0 3C 31 3D 15D 2B 1B
Octal 144 50 63 0 74 61 75 535 53 33
Binary 1100100 101000 110011 0 111100 110001 111101 101011101 101011 11011

Color Harmonies of #642833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642833

Black with #642833

Text Example


Text Example

White with #642833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642833; }

 p { color: rgb(100,40,51); }

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

background-color css

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

 a { background-color: rgb(100,40,51); }

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

border-color css

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

 span { border-color: rgb(100,40,51); }

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