#63302E

Color #63302E Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #63302E

Tints of Persian Plum #63302E

Color information

#63302E (or 0x63302E) is unknown color: approx Persian Plum. HEX triplet: 63, 30 and 2E. RGB value is (99,48,46). Sum of RGB (Red+Green+Blue) = 99+48+46=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 46 (18.36% from 255 or 23.83% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63302E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63302E is #9CCFD1. Grayscale: #3F3F3F. Windows color (decimal): -10276818 or 3027043. OLE color: 3027043.

HSL color Cylindrical-coordinate representation of color #63302E: hue angle of 2.26º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #63302E is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.61.

Color convert

RGB994846-
CMYK00.520.540.61
HSL2.26º36.55%28.43%-
HSV(B)2.26º53.54%38.82%-
XYZ6.74.963.19-
YUV63.02118.4153.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 51.30%
GREEN value IS 48 (19.14% from 255) = 24.87%
BLUE value IS 46 (18.36% from 255) = 23.83%
R=51.30%
G=24.87%
B=23.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99484600.520.540.612.2636.5528.43
Hex63302E034363D2251c
Octal1436056064667524534
Binary110001111000010111001101001101101111011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63302E; }

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

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

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

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

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

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

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

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