#63182F

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

Shades of Claret #63182F

Tints of Claret #63182F

Color information

#63182F (or 0x63182F) is unknown color: approx Claret. HEX triplet: 63, 18 and 2F. RGB value is (99,24,47). Sum of RGB (Red+Green+Blue) = 99+24+47=170 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.24% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 47 (18.75% from 255 or 27.65% from 170); Max value from RGB is 99 - color contains mainly: red. Hex color #63182F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #63182F is #9CE7D0. Grayscale: #313131. Windows color (decimal): -10282961 or 3086435. OLE color: 3086435.

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

Color convert

RGB992447-
CMYK00.760.530.61
HSL341.6º60.98%24.12%-
HSV(B)341.6º75.76%38.82%-
XYZ5.993.513.05-
YUV49.05126.85163.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 58.24%
GREEN value IS 24 (9.77% from 255) = 14.12%
BLUE value IS 47 (18.75% from 255) = 27.65%
R=58.24%
G=14.12%
B=27.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99244700.760.530.61341.660.9824.12
Hex63182F04C353D1563d18
Octal1433057011465755267530
Binary1100011110001011110100110011010111110110101011011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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