Html Css Color HEX #632531 Claret

📋 copy color: '#632531'

red 99 ◦ green 37 ◦ blue 49

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

Shades of Claret #632531

Tints of Claret #632531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20%

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

R = 53.51%
G = 20%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#632531 (or 0x632531) is known color: Claret. HEX triplet: 63, 25 and 31. RGB value is (99,37,49). Sum of RGB (Red+Green+Blue) = 99+37+49=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 49 (19.53% from 255 or 26.49% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632531 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632531 is #9CDACE. Grayscale: #383838. Windows color (decimal): -10279631 or 3220835. OLE color: 3220835.

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

Color convert

RGB 99 37 49 -
CMYK 0 0.63 0.51 0.61
HSL 348.39º 0.46% 0.27% -
HSV(B) 348.39º 0.63% 0.39% -
XYZ 6.36 4.2 3.38 -
YUV 56.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 99 37 49 0 0.63 0.51 0.61 348.39 0.46 0.27
Hex 63 25 31 0 3F 33 3D 15C 2E 1B
Octal 143 45 61 0 77 63 75 534 56 33
Binary 1100011 100101 110001 0 111111 110011 111101 101011100 101110 11011

Color Harmonies of #632531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632531

Black with #632531

Text Example


Text Example

White with #632531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632531; }

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

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

background-color css

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

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

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

border-color css

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

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

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