Html Css Color HEX #632F2C Persian Plum

📋 copy color: '#632F2C'

red 99 ◦ green 47 ◦ blue 44

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

Shades of Persian Plum #632F2C

Tints of Persian Plum #632F2C

RGB

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

 GREEN value IS 47 (18.75% from 255) = 24.74%

 BLUE value IS 44 (17.58% from 255) = 23.16%

R = 52.11%
G = 24.74%
B = 23.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.56

 K value IS 0.61

RGB Variations

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

Color information

#632F2C (or 0x632F2C) is known color: Persian Plum. HEX triplet: 63, 2F and 2C. RGB value is (99,47,44). Sum of RGB (Red+Green+Blue) = 99+47+44=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 47 (18.75% from 255 or 24.74% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #632F2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F2C is #9CD0D3. Grayscale: #3E3E3E. Windows color (decimal): -10277076 or 2895715. OLE color: 2895715.

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

Color convert

RGB 99 47 44 -
CMYK 0 0.53 0.56 0.61
HSL 3.27º 0.38% 0.28% -
HSV(B) 3.27º 0.56% 0.39% -
XYZ 6.62 4.87 2.97 -
YUV 62.21 117.73 154.24 -
System Red Green Blue C M Y K H S L
Decimal 99 47 44 0 0.53 0.56 0.61 3.27 0.38 0.28
Hex 63 2F 2C 0 35 38 3D 3 26 1C
Octal 143 57 54 0 65 70 75 3 46 34
Binary 1100011 101111 101100 0 110101 111000 111101 11 100110 11100

Color Harmonies of #632F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632F2C

Black with #632F2C

Text Example


Text Example

White with #632F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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