Html Css Color HEX #631232 Claret

📋 copy color: '#631232'

red 99 ◦ green 18 ◦ blue 50

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

Shades of Claret #631232

Tints of Claret #631232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.78%

 BLUE value IS 50 (19.92% from 255) = 29.94%

R = 59.28%
G = 10.78%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#631232 (or 0x631232) is known color: Claret. HEX triplet: 63, 12 and 32. RGB value is (99,18,50). Sum of RGB (Red+Green+Blue) = 99+18+50=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #631232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631232 is #9CEDCD. Grayscale: #2D2D2D. Windows color (decimal): -10284494 or 3281507. OLE color: 3281507.

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

Color convert

RGB 99 18 50 -
CMYK 0 0.82 0.49 0.61
HSL 336.3º 0.69% 0.23% -
HSV(B) 336.3º 0.82% 0.39% -
XYZ 5.94 3.32 3.34 -
YUV 45.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 99 18 50 0 0.82 0.49 0.61 336.3 0.69 0.23
Hex 63 12 32 0 52 31 3D 150 45 17
Octal 143 22 62 0 122 61 75 520 105 27
Binary 1100011 10010 110010 0 1010010 110001 111101 101010000 1000101 10111

Color Harmonies of #631232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631232

Black with #631232

Text Example


Text Example

White with #631232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631232; }

 p { color: rgb(99,18,50); }

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

background-color css

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

 a { background-color: rgb(99,18,50); }

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

border-color css

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

 span { border-color: rgb(99,18,50); }

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