#8A3755

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

Shades of Rose Bud Cherry #8A3755

Tints of Rose Bud Cherry #8A3755

Color information

#8A3755 (or 0x8A3755) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 37 and 55. RGB value is (138,55,85). Sum of RGB (Red+Green+Blue) = 138+55+85=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 55 (21.88% from 255 or 19.78% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3755 is #75C8AA. Grayscale: #535353. Windows color (decimal): -7719083 or 5584778. OLE color: 5584778.

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

Color convert

RGB1385585-
CMYK00.600.380.46
HSL338.31º43.01%37.84%-
HSV(B)338.31º60.14%54.12%-
XYZ13.498.799.58-
YUV83.24129167.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 49.64%
GREEN value IS 55 (21.88% from 255) = 19.78%
BLUE value IS 85 (33.59% from 255) = 30.58%
R=49.64%
G=19.78%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138558500.600.380.46338.3143.0137.84
Hex8A375503C262E1522b26
Octal2126712507446565225346
Binary1000101011011110101010111100100110101110101010010101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,55,85); }

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

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

 a { background-color: rgb(138,55,85); }

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

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

 span { border-color: rgb(138,55,85); }

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