#63152F

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

Shades of Claret #63152F

Tints of Claret #63152F

Color information

#63152F (or 0x63152F) is unknown color: approx Claret. HEX triplet: 63, 15 and 2F. RGB value is (99,21,47). Sum of RGB (Red+Green+Blue) = 99+21+47=167 (22% of max value = 765). Red value is 99 (39.06% from 255 or 59.28% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 99 - color contains mainly: red. Hex color #63152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63152F is #9CEAD0. Grayscale: #2F2F2F. Windows color (decimal): -10283729 or 3085667. OLE color: 3085667.

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

Color convert

RGB992147-
CMYK00.790.530.61
HSL340º65%23.53%-
HSV(B)340º78.79%38.82%-
XYZ5.933.393.03-
YUV47.29127.84164.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.28%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=59.28%
G=12.57%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99214700.790.530.613406523.53
Hex63152F04F353D1544118
Octal14325570117657552410130
Binary11000111010110111101001111110101111101101010100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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