Html Css Color HEX #632031 Claret

📋 copy color: '#632031'

red 99 ◦ green 32 ◦ blue 49

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

Shades of Claret #632031

Tints of Claret #632031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 27.22%

R = 55%
G = 17.78%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#632031 (or 0x632031) is known color: Claret. HEX triplet: 63, 20 and 31. RGB value is (99,32,49). Sum of RGB (Red+Green+Blue) = 99+32+49=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 32 (12.89% from 255 or 17.78% from 180); Blue value is 49 (19.53% from 255 or 27.22% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #632031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632031 is #9CDFCE. Grayscale: #353535. Windows color (decimal): -10280911 or 3219555. OLE color: 3219555.

HSL color Cylindrical-coordinate representation of color #632031: hue angle of 344.78º 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 #632031 is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 32 49 -
CMYK 0 0.68 0.51 0.61
HSL 344.78º 0.51% 0.26% -
HSV(B) 344.78º 0.68% 0.39% -
XYZ 6.22 3.91 3.33 -
YUV 53.97 125.2 160.12 -
System Red Green Blue C M Y K H S L
Decimal 99 32 49 0 0.68 0.51 0.61 344.78 0.51 0.26
Hex 63 20 31 0 44 33 3D 159 33 1A
Octal 143 40 61 0 104 63 75 531 63 32
Binary 1100011 100000 110001 0 1000100 110011 111101 101011001 110011 11010

Color Harmonies of #632031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632031

Black with #632031

Text Example


Text Example

White with #632031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632031; }

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

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

background-color css

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

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

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

border-color css

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

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

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