#613433

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

Shades of Persian Plum #613433

Tints of Persian Plum #613433

Color information

#613433 (or 0x613433) is unknown color: approx Persian Plum. HEX triplet: 61, 34 and 33. RGB value is (97,52,51). Sum of RGB (Red+Green+Blue) = 97+52+51=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 52 (20.70% from 255 or 26% from 200); Blue value is 51 (20.31% from 255 or 25.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #613433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #613433 is #9ECBCC. Grayscale: #414141. Windows color (decimal): -10406861 or 3355745. OLE color: 3355745.

HSL color Cylindrical-coordinate representation of color #613433: hue angle of 1.3º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #613433 is Cyan = 0, Magento = 0.46, Yellow = 0.47 and Black (K on CMYK) = 0.62.

Color convert

RGB975251-
CMYK00.460.470.62
HSL1.3º31.08%29.02%-
HSV(B)1.3º47.42%38.04%-
XYZ6.765.243.79-
YUV65.34119.91150.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 52 (20.70% from 255) = 26%
BLUE value IS 51 (20.31% from 255) = 25.5%
R=48.5%
G=26%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.47
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97525100.460.470.621.331.0829.02
Hex61343302E2F3E11f1d
Octal1416463056577613735
Binary1100001110100110011010111010111111111011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #613433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #613433; }

 p { color: rgb(97,52,51); }

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

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

 a { background-color: rgb(97,52,51); }

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

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

 span { border-color: rgb(97,52,51); }

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