Html Css Color HEX #633431 Persian Plum

📋 copy color: '#633431'

red 99 ◦ green 52 ◦ blue 49

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

Shades of Persian Plum #633431

Tints of Persian Plum #633431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26%

 BLUE value IS 49 (19.53% from 255) = 24.5%

R = 49.5%
G = 26%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.51

 K value IS 0.61

RGB Variations

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

Color information

#633431 (or 0x633431) is known color: Persian Plum. HEX triplet: 63, 34 and 31. RGB value is (99,52,49). Sum of RGB (Red+Green+Blue) = 99+52+49=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 49 (19.53% from 255 or 24.5% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #633431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #633431 is #9CCBCE. Grayscale: #414141. Windows color (decimal): -10275791 or 3224675. OLE color: 3224675.

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

Color convert

RGB 99 52 49 -
CMYK 0 0.47 0.51 0.61
HSL 3.6º 0.34% 0.29% -
HSV(B) 3.6º 0.51% 0.39% -
XYZ 6.93 5.33 3.57 -
YUV 65.71 118.57 151.74 -
System Red Green Blue C M Y K H S L
Decimal 99 52 49 0 0.47 0.51 0.61 3.6 0.34 0.29
Hex 63 34 31 0 2F 33 3D 4 22 1D
Octal 143 64 61 0 57 63 75 4 42 35
Binary 1100011 110100 110001 0 101111 110011 111101 100 100010 11101

Color Harmonies of #633431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633431

Black with #633431

Text Example


Text Example

White with #633431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633431; }

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

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

background-color css

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

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

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

border-color css

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

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

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