#622D2B

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

Shades of Persian Plum #622D2B

Tints of Persian Plum #622D2B

Color information

#622D2B (or 0x622D2B) is unknown color: approx Persian Plum. HEX triplet: 62, 2D and 2B. RGB value is (98,45,43). Sum of RGB (Red+Green+Blue) = 98+45+43=186 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.69% from 186); Green value is 45 (17.97% from 255 or 24.19% from 186); Blue value is 43 (17.19% from 255 or 23.12% from 186); Max value from RGB is 98 - color contains mainly: red. Hex color #622D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622D2B is #9DD2D4. Grayscale: #3C3C3C. Windows color (decimal): -10343125 or 2829666. OLE color: 2829666.

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

Color convert

RGB984543-
CMYK00.540.560.62
HSL2.18º39.01%27.65%-
HSV(B)2.18º56.12%38.43%-
XYZ6.414.652.84-
YUV60.62118.06154.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.69%
GREEN value IS 45 (17.97% from 255) = 24.19%
BLUE value IS 43 (17.19% from 255) = 23.12%
R=52.69%
G=24.19%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98454300.540.560.622.1839.0127.65
Hex622D2B036383E2271c
Octal1425553066707624734
Binary110001010110110101101101101110001111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622D2B; }

 p { color: rgb(98,45,43); }

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

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

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

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

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

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

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