#631630

Color #631630 Claret (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Claret #631630

Tints of Claret #631630

Color information

#631630 (or 0x631630) is unknown color: approx Claret. HEX triplet: 63, 16 and 30. RGB value is (99,22,48). Sum of RGB (Red+Green+Blue) = 99+22+48=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 22 (8.98% from 255 or 13.02% from 169); Blue value is 48 (19.14% from 255 or 28.40% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #631630 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #631630 is #9CE9CF. Grayscale: #2F2F2F. Windows color (decimal): -10283472 or 3151459. OLE color: 3151459.

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

Color convert

RGB992248-
CMYK00.780.520.61
HSL339.74º63.64%23.73%-
HSV(B)339.74º77.78%38.82%-
XYZ5.973.443.15-
YUV47.99128.01164.39-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.58%
GREEN value IS 22 (8.98% from 255) = 13.02%
BLUE value IS 48 (19.14% from 255) = 28.40%
R=58.58%
G=13.02%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99224800.780.520.61339.7463.6423.73
Hex63163004E343D1544018
Octal14326600116647552410030
Binary11000111011011000001001110110100111101101010100100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #631630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #631630; }

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

 H1.HeaderClassName
 {
   color: #631630;
 }
 .AnyTagClassName
 {
   color: #631630;
 }
</style>
background-color css

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

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

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

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

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

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