Html Css Color HEX #63312F Persian Plum

📋 copy color: '#63312F'

red 99 ◦ green 49 ◦ blue 47

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

Shades of Persian Plum #63312F

Tints of Persian Plum #63312F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.13%

 BLUE value IS 47 (18.75% from 255) = 24.1%

R = 50.77%
G = 25.13%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.61

RGB Variations

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

Color information

#63312F (or 0x63312F) is known color: Persian Plum. HEX triplet: 63, 31 and 2F. RGB value is (99,49,47). Sum of RGB (Red+Green+Blue) = 99+49+47=195 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.77% from 195); Green value is 49 (19.53% from 255 or 25.13% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 99 - color contains mainly: red. Hex color #63312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63312F is #9CCED0. Grayscale: #3F3F3F. Windows color (decimal): -10276561 or 3092835. OLE color: 3092835.

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

Color convert

RGB 99 49 47 -
CMYK 0 0.51 0.53 0.61
HSL 2.31º 0.36% 0.29% -
HSV(B) 2.31º 0.53% 0.39% -
XYZ 6.76 5.05 3.31 -
YUV 63.72 118.57 153.16 -
System Red Green Blue C M Y K H S L
Decimal 99 49 47 0 0.51 0.53 0.61 2.31 0.36 0.29
Hex 63 31 2F 0 33 35 3D 2 24 1D
Octal 143 61 57 0 63 65 75 2 44 35
Binary 1100011 110001 101111 0 110011 110101 111101 10 100100 11101

Color Harmonies of #63312F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63312F

Black with #63312F

Text Example


Text Example

White with #63312F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63312F;
 }
 .AnyTagClassName
 {
   color: #63312F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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