Html Css Color HEX #632E2D Persian Plum

📋 copy color: '#632E2D'

red 99 ◦ green 46 ◦ blue 45

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

Shades of Persian Plum #632E2D

Tints of Persian Plum #632E2D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 24.21%

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

R = 52.11%
G = 24.21%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.61

RGB Variations

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

Color information

#632E2D (or 0x632E2D) is known color: Persian Plum. HEX triplet: 63, 2E and 2D. RGB value is (99,46,45). Sum of RGB (Red+Green+Blue) = 99+46+45=190 (25% of max value = 765). Red value is 99 (39.06% from 255 or 52.11% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 45 (17.97% from 255 or 23.68% from 190); Max value from RGB is 99 - color contains mainly: red. Hex color #632E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632E2D is #9CD1D2. Grayscale: #3D3D3D. Windows color (decimal): -10277331 or 2960995. OLE color: 2960995.

HSL color Cylindrical-coordinate representation of color #632E2D: hue angle of 1.11º 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 #632E2D is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 46 45 -
CMYK 0 0.54 0.55 0.61
HSL 1.11º 0.38% 0.28% -
HSV(B) 1.11º 0.55% 0.39% -
XYZ 6.6 4.8 3.06 -
YUV 61.73 118.56 154.58 -
System Red Green Blue C M Y K H S L
Decimal 99 46 45 0 0.54 0.55 0.61 1.11 0.38 0.28
Hex 63 2E 2D 0 36 37 3D 1 26 1C
Octal 143 56 55 0 66 67 75 1 46 34
Binary 1100011 101110 101101 0 110110 110111 111101 1 100110 11100

Color Harmonies of #632E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E2D

Black with #632E2D

Text Example


Text Example

White with #632E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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