Html Css Color HEX #632033 Claret

📋 copy color: '#632033'

red 99 ◦ green 32 ◦ blue 51

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

Shades of Claret #632033

Tints of Claret #632033

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.58%

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

R = 54.4%
G = 17.58%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#632033 (or 0x632033) is known color: Claret. HEX triplet: 63, 20 and 33. RGB value is (99,32,51). Sum of RGB (Red+Green+Blue) = 99+32+51=182 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.40% from 182); Green value is 32 (12.89% from 255 or 17.58% from 182); Blue value is 51 (20.31% from 255 or 28.02% from 182); Max value from RGB is 99 - color contains mainly: red. Hex color #632033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632033 is #9CDFCC. Grayscale: #363636. Windows color (decimal): -10280909 or 3350627. OLE color: 3350627.

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

Color convert

RGB 99 32 51 -
CMYK 0 0.68 0.48 0.61
HSL 342.99º 0.51% 0.26% -
HSV(B) 342.99º 0.68% 0.39% -
XYZ 6.26 3.92 3.56 -
YUV 54.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 99 32 51 0 0.68 0.48 0.61 342.99 0.51 0.26
Hex 63 20 33 0 44 30 3D 157 33 1A
Octal 143 40 63 0 104 60 75 527 63 32
Binary 1100011 100000 110011 0 1000100 110000 111101 101010111 110011 11010

Color Harmonies of #632033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632033

Black with #632033

Text Example


Text Example

White with #632033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632033; }

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

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

background-color css

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

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

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

border-color css

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

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

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