Html Css Color HEX #63312D Persian Plum

📋 copy color: '#63312D'

red 99 ◦ green 49 ◦ blue 45

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

Shades of Persian Plum #63312D

Tints of Persian Plum #63312D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 23.32%

R = 51.3%
G = 25.39%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#63312D (or 0x63312D) is known color: Persian Plum. HEX triplet: 63, 31 and 2D. RGB value is (99,49,45). Sum of RGB (Red+Green+Blue) = 99+49+45=193 (25% of max value = 765). Red value is 99 (39.06% from 255 or 51.30% from 193); Green value is 49 (19.53% from 255 or 25.39% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 99 - color contains mainly: red. Hex color #63312D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63312D is #9CCED2. Grayscale: #3F3F3F. Windows color (decimal): -10276563 or 2961763. OLE color: 2961763.

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

Color convert

RGB 99 49 45 -
CMYK 0 0.51 0.55 0.61
HSL 4.44º 0.38% 0.28% -
HSV(B) 4.44º 0.55% 0.39% -
XYZ 6.72 5.04 3.1 -
YUV 63.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 99 49 45 0 0.51 0.55 0.61 4.44 0.38 0.28
Hex 63 31 2D 0 33 37 3D 4 26 1C
Octal 143 61 55 0 63 67 75 4 46 34
Binary 1100011 110001 101101 0 110011 110111 111101 100 100110 11100

Color Harmonies of #63312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63312D

Black with #63312D

Text Example


Text Example

White with #63312D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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