Html Css Color HEX #632C2B Persian Plum

📋 copy color: '#632C2B'

red 99 ◦ green 44 ◦ blue 43

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

Shades of Persian Plum #632C2B

Tints of Persian Plum #632C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.66%

 BLUE value IS 43 (17.19% from 255) = 23.12%

R = 53.23%
G = 23.66%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.61

RGB Variations

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

Color information

#632C2B (or 0x632C2B) is known color: Persian Plum. HEX triplet: 63, 2C and 2B. RGB value is (99,44,43). Sum of RGB (Red+Green+Blue) = 99+44+43=186 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.23% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 99 - color contains mainly: red. Hex color #632C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632C2B is #9CD3D4. Grayscale: #3C3C3C. Windows color (decimal): -10277845 or 2829411. OLE color: 2829411.

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

Color convert

RGB 99 44 43 -
CMYK 0 0.56 0.57 0.61
HSL 1.07º 0.39% 0.28% -
HSV(B) 1.07º 0.57% 0.39% -
XYZ 6.48 4.63 2.84 -
YUV 60.33 118.22 155.58 -
System Red Green Blue C M Y K H S L
Decimal 99 44 43 0 0.56 0.57 0.61 1.07 0.39 0.28
Hex 63 2C 2B 0 38 39 3D 1 27 1C
Octal 143 54 53 0 70 71 75 1 47 34
Binary 1100011 101100 101011 0 111000 111001 111101 1 100111 11100

Color Harmonies of #632C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C2B

Black with #632C2B

Text Example


Text Example

White with #632C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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