#8A375B

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

Shades of Rose Bud Cherry #8A375B

Tints of Rose Bud Cherry #8A375B

Color information

#8A375B (or 0x8A375B) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 37 and 5B. RGB value is (138,55,91). Sum of RGB (Red+Green+Blue) = 138+55+91=284 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.59% from 284); Green value is 55 (21.88% from 255 or 19.37% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 138 - color contains mainly: red. Hex color #8A375B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A375B is #75C8A4. Grayscale: #535353. Windows color (decimal): -7719077 or 5977994. OLE color: 5977994.

HSL color Cylindrical-coordinate representation of color #8A375B: hue angle of 333.98º 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 #8A375B is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1385591-
CMYK00.600.340.46
HSL333.98º43.01%37.84%-
HSV(B)333.98º60.14%54.12%-
XYZ13.748.8910.89-
YUV83.92132166.57-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 48.59%
GREEN value IS 55 (21.88% from 255) = 19.37%
BLUE value IS 91 (35.94% from 255) = 32.04%
R=48.59%
G=19.37%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138559100.600.340.46333.9843.0137.84
Hex8A375B03C222E14e2b26
Octal2126713307442565165346
Binary1000101011011110110110111100100010101110101001110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A375B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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