#65312F

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

Shades of Persian Plum #65312F

Tints of Persian Plum #65312F

Color information

#65312F (or 0x65312F) is unknown color: approx Persian Plum. HEX triplet: 65, 31 and 2F. RGB value is (101,49,47). Sum of RGB (Red+Green+Blue) = 101+49+47=197 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.27% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 47 (18.75% from 255 or 23.86% from 197); Max value from RGB is 101 - color contains mainly: red. Hex color #65312F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #65312F is #9ACED0. Grayscale: #404040. Windows color (decimal): -10145489 or 3092837. OLE color: 3092837.

HSL color Cylindrical-coordinate representation of color #65312F: hue angle of 2.22º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65312F is Cyan = 0, Magento = 0.51, Yellow = 0.53 and Black (K on CMYK) = 0.60.

Color convert

RGB1014947-
CMYK00.510.530.60
HSL2.22º36.49%29.02%-
HSV(B)2.22º53.47%39.61%-
XYZ6.985.173.32-
YUV64.32118.23154.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 51.27%
GREEN value IS 49 (19.53% from 255) = 24.87%
BLUE value IS 47 (18.75% from 255) = 23.86%
R=51.27%
G=24.87%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.53
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101494700.510.530.602.2236.4929.02
Hex65312F033353C2241d
Octal1456157063657424435
Binary110010111000110111101100111101011111001010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65312F; }

 p { color: rgb(101,49,47); }

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

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

 a { background-color: rgb(101,49,47); }

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

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

 span { border-color: rgb(101,49,47); }

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