#8A265C

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

Shades of Rose Bud Cherry #8A265C

Tints of Rose Bud Cherry #8A265C

Color information

#8A265C (or 0x8A265C) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 26 and 5C. RGB value is (138,38,92). Sum of RGB (Red+Green+Blue) = 138+38+92=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A265C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A265C is #75D9A3. Grayscale: #494949. Windows color (decimal): -7723428 or 6039178. OLE color: 6039178.

HSL color Cylindrical-coordinate representation of color #8A265C: hue angle of 327.6º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A265C is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB1383892-
CMYK00.720.330.46
HSL327.6º56.82%34.51%-
HSV(B)327.6º72.46%54.12%-
XYZ13.117.5610.89-
YUV74.06138.13173.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 51.49%
GREEN value IS 38 (15.23% from 255) = 14.18%
BLUE value IS 92 (36.33% from 255) = 34.33%
R=51.49%
G=14.18%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138389200.720.330.46327.656.8234.51
Hex8A265C048212E1483923
Octal21246134011041565107143
Binary10001010100110101110001001000100001101110101001000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,38,92); }

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

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

 a { background-color: rgb(138,38,92); }

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

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

 span { border-color: rgb(138,38,92); }

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