Html Css Color HEX #631533 Claret

📋 copy color: '#631533'

red 99 ◦ green 21 ◦ blue 51

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

Shades of Claret #631533

Tints of Claret #631533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.28%

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

R = 57.89%
G = 12.28%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#631533 (or 0x631533) is known color: Claret. HEX triplet: 63, 15 and 33. RGB value is (99,21,51). Sum of RGB (Red+Green+Blue) = 99+21+51=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #631533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631533 is #9CEACC. Grayscale: #2F2F2F. Windows color (decimal): -10283725 or 3347811. OLE color: 3347811.

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

Color convert

RGB 99 21 51 -
CMYK 0 0.79 0.48 0.61
HSL 336.92º 0.65% 0.24% -
HSV(B) 336.92º 0.79% 0.39% -
XYZ 6.01 3.43 3.48 -
YUV 47.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 99 21 51 0 0.79 0.48 0.61 336.92 0.65 0.24
Hex 63 15 33 0 4F 30 3D 151 41 18
Octal 143 25 63 0 117 60 75 521 101 30
Binary 1100011 10101 110011 0 1001111 110000 111101 101010001 1000001 11000

Color Harmonies of #631533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631533

Black with #631533

Text Example


Text Example

White with #631533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631533; }

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

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

background-color css

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

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

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

border-color css

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

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

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