Html Css Color HEX #642633 Claret

📋 copy color: '#642633'

red 100 ◦ green 38 ◦ blue 51

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

Shades of Claret #642633

Tints of Claret #642633

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.11%

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

R = 52.91%
G = 20.11%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#642633 (or 0x642633) is known color: Claret. HEX triplet: 64, 26 and 33. RGB value is (100,38,51). Sum of RGB (Red+Green+Blue) = 100+38+51=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 38 (15.23% from 255 or 20.11% from 189); Blue value is 51 (20.31% from 255 or 26.98% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #642633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642633 is #9BD9CC. Grayscale: #3A3A3A. Windows color (decimal): -10213837 or 3352164. OLE color: 3352164.

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

Color convert

RGB 100 38 51 -
CMYK 0 0.62 0.49 0.61
HSL 347.42º 0.45% 0.27% -
HSV(B) 347.42º 0.62% 0.39% -
XYZ 6.55 4.33 3.62 -
YUV 58.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 100 38 51 0 0.62 0.49 0.61 347.42 0.45 0.27
Hex 64 26 33 0 3E 31 3D 15B 2D 1B
Octal 144 46 63 0 76 61 75 533 55 33
Binary 1100100 100110 110011 0 111110 110001 111101 101011011 101101 11011

Color Harmonies of #642633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642633

Black with #642633

Text Example


Text Example

White with #642633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642633; }

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

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

background-color css

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

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

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

border-color css

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

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

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