#8A235F

Color #8A235F Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8A235F

Tints of Rose Bud Cherry #8A235F

Color information

#8A235F (or 0x8A235F) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 23 and 5F. RGB value is (138,35,95). Sum of RGB (Red+Green+Blue) = 138+35+95=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A235F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A235F is #75DCA0. Grayscale: #484848. Windows color (decimal): -7724193 or 6235018. OLE color: 6235018.

HSL color Cylindrical-coordinate representation of color #8A235F: hue angle of 325.05º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A235F is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB1383595-
CMYK00.750.310.46
HSL325.05º59.54%33.92%-
HSV(B)325.05º74.64%54.12%-
XYZ13.157.4311.57-
YUV72.64140.62174.62-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 35 (14.06% from 255) = 13.06%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=51.49%
G=13.06%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138359500.750.310.46325.0559.5433.92
Hex8A235F04B1F2E1453c22
Octal21243137011337565057442
Binary1000101010001110111110100101111111101110101000101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A235F; }

 p { color: rgb(138,35,95); }

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

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

 a { background-color: rgb(138,35,95); }

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

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

 span { border-color: rgb(138,35,95); }

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