#632B2B

Color #632B2B Persian Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Plum #632B2B

Tints of Persian Plum #632B2B

Color information

#632B2B (or 0x632B2B) is unknown color: approx Persian Plum. HEX triplet: 63, 2B and 2B. RGB value is (99,43,43). Sum of RGB (Red+Green+Blue) = 99+43+43=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #632B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632B2B is #9CD4D4. Grayscale: #3B3B3B. Windows color (decimal): -10278101 or 2829155. OLE color: 2829155.

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

Color convert

RGB994343-
CMYK00.570.570.61
HSL39.44%27.84%-
HSV(B)56.57%38.82%-
XYZ6.454.552.82-
YUV59.74118.55156-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 43 (17.19% from 255) = 23.24%
BLUE value IS 43 (17.19% from 255) = 23.24%
R=53.51%
G=23.24%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99434300.570.570.61039.4427.84
Hex632B2B039393D0271c
Octal1435353071717504734
Binary11000111010111010110111001111001111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #632B2B;
 }
 .AnyTagClassName
 {
   color: #632B2B;
 }
</style>
background-color css

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

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

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

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

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

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