Html Css Color HEX #632133 Claret

📋 copy color: '#632133'

red 99 ◦ green 33 ◦ blue 51

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

Shades of Claret #632133

Tints of Claret #632133

RGB

 RED value IS 99 (39.06% from 255) = 54.1%

 GREEN value IS 33 (13.28% from 255) = 18.03%

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

R = 54.1%
G = 18.03%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#632133 (or 0x632133) is known color: Claret. HEX triplet: 63, 21 and 33. RGB value is (99,33,51). Sum of RGB (Red+Green+Blue) = 99+33+51=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 33 (13.28% from 255 or 18.03% from 183); Blue value is 51 (20.31% from 255 or 27.87% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #632133 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632133 is #9CDECC. Grayscale: #363636. Windows color (decimal): -10280653 or 3350883. OLE color: 3350883.

HSL color Cylindrical-coordinate representation of color #632133: hue angle of 343.64º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #632133 is Cyan = 0, Magento = 0.67, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 33 51 -
CMYK 0 0.67 0.48 0.61
HSL 343.64º 0.5% 0.26% -
HSV(B) 343.64º 0.67% 0.39% -
XYZ 6.29 3.98 3.57 -
YUV 54.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 99 33 51 0 0.67 0.48 0.61 343.64 0.5 0.26
Hex 63 21 33 0 43 30 3D 158 32 1A
Octal 143 41 63 0 103 60 75 530 62 32
Binary 1100011 100001 110011 0 1000011 110000 111101 101011000 110010 11010

Color Harmonies of #632133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632133

Black with #632133

Text Example


Text Example

White with #632133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632133; }

 p { color: rgb(99,33,51); }

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

background-color css

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

 a { background-color: rgb(99,33,51); }

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

border-color css

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

 span { border-color: rgb(99,33,51); }

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