#63162F

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

Shades of Claret #63162F

Tints of Claret #63162F

Color information

#63162F (or 0x63162F) is unknown color: approx Claret. HEX triplet: 63, 16 and 2F. RGB value is (99,22,47). Sum of RGB (Red+Green+Blue) = 99+22+47=168 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.93% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 47 (18.75% from 255 or 27.98% from 168); Max value from RGB is 99 - color contains mainly: red. Hex color #63162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63162F is #9CE9D0. Grayscale: #2F2F2F. Windows color (decimal): -10283473 or 3085923. OLE color: 3085923.

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

Color convert

RGB992247-
CMYK00.780.530.61
HSL340.52º63.64%23.73%-
HSV(B)340.52º77.78%38.82%-
XYZ5.953.433.04-
YUV47.87127.51164.47-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.93%
GREEN value IS 22 (8.98% from 255) = 13.10%
BLUE value IS 47 (18.75% from 255) = 27.98%
R=58.93%
G=13.10%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99224700.780.530.61340.5263.6423.73
Hex63162F04E353D1554018
Octal14326570116657552510030
Binary11000111011010111101001110110101111101101010101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63162F; }

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

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

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

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

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

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

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

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