#63202F

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

Shades of Claret #63202F

Tints of Claret #63202F

Color information

#63202F (or 0x63202F) is unknown color: approx Claret. HEX triplet: 63, 20 and 2F. RGB value is (99,32,47). Sum of RGB (Red+Green+Blue) = 99+32+47=178 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.62% from 178); Green value is 32 (12.89% from 255 or 17.98% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 99 - color contains mainly: red. Hex color #63202F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63202F is #9CDFD0. Grayscale: #353535. Windows color (decimal): -10280913 or 3088483. OLE color: 3088483.

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

Color convert

RGB993247-
CMYK00.680.530.61
HSL346.57º51.15%25.69%-
HSV(B)346.57º67.68%38.82%-
XYZ6.183.893.11-
YUV53.74124.2160.28-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.62%
GREEN value IS 32 (12.89% from 255) = 17.98%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=55.62%
G=17.98%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99324700.680.530.61346.5751.1525.69
Hex63202F044353D15b331a
Octal1434057010465755336332
Binary11000111000001011110100010011010111110110101101111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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