Html Css Color HEX #631633 Claret

📋 copy color: '#631633'

red 99 ◦ green 22 ◦ blue 51

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

Shades of Claret #631633

Tints of Claret #631633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 57.56%
G = 12.79%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#631633 (or 0x631633) is known color: Claret. HEX triplet: 63, 16 and 33. RGB value is (99,22,51). Sum of RGB (Red+Green+Blue) = 99+22+51=172 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.56% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 99 - color contains mainly: red. Hex color #631633 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631633 is #9CE9CC. Grayscale: #303030. Windows color (decimal): -10283469 or 3348067. OLE color: 3348067.

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

Color convert

RGB 99 22 51 -
CMYK 0 0.78 0.48 0.61
HSL 337.4º 0.64% 0.24% -
HSV(B) 337.4º 0.78% 0.39% -
XYZ 6.03 3.47 3.48 -
YUV 48.33 129.51 164.14 -
System Red Green Blue C M Y K H S L
Decimal 99 22 51 0 0.78 0.48 0.61 337.4 0.64 0.24
Hex 63 16 33 0 4E 30 3D 151 40 18
Octal 143 26 63 0 116 60 75 521 100 30
Binary 1100011 10110 110011 0 1001110 110000 111101 101010001 1000000 11000

Color Harmonies of #631633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #631633

Black with #631633

Text Example


Text Example

White with #631633

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #631633; }

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

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

background-color css

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

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

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

border-color css

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

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

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