Html Css Color HEX #63302E Persian Plum

📋 copy color: '#63302E'

red 99 ◦ green 48 ◦ blue 46

#63302E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Plum #63302E

Tints of Persian Plum #63302E

RGB

 RED value IS 99 (39.06% from 255) = 51.3%

 GREEN value IS 48 (19.14% from 255) = 24.87%

 BLUE value IS 46 (18.36% from 255) = 23.83%

R = 51.3%
G = 24.87%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#63302E (or 0x63302E) is known color: 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

RGB 99 48 46 -
CMYK 0 0.52 0.54 0.61
HSL 2.26º 0.37% 0.28% -
HSV(B) 2.26º 0.54% 0.39% -
XYZ 6.7 4.96 3.19 -
YUV 63.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 99 48 46 0 0.52 0.54 0.61 2.26 0.37 0.28
Hex 63 30 2E 0 34 36 3D 2 25 1C
Octal 143 60 56 0 64 66 75 2 45 34
Binary 1100011 110000 101110 0 110100 110110 111101 10 100101 11100

Color Harmonies of #63302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63302E

Black with #63302E

Text Example


Text Example

White with #63302E

Text Example


Text Example

HTML Codes & Css Web 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>