Html Css Color HEX #8A3C5B Rose Bud Cherry

📋 copy color: '#8A3C5B'

red 138 ◦ green 60 ◦ blue 91

#8A3C5B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Bud Cherry #8A3C5B

Tints of Rose Bud Cherry #8A3C5B

RGB

 RED value IS 138 (54.3% from 255) = 47.75%

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 91 (35.94% from 255) = 31.49%

R = 47.75%
G = 20.76%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#8A3C5B (or 0x8A3C5B) is known color: Rose Bud Cherry. HEX triplet: 8A, 3C and 5B. RGB value is (138,60,91). Sum of RGB (Red+Green+Blue) = 138+60+91=289 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.75% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 91 (35.94% from 255 or 31.49% from 289); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C5B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C5B is #75C3A4. Grayscale: #565656. Windows color (decimal): -7717797 or 5979274. OLE color: 5979274.

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

Color convert

RGB 138 60 91 -
CMYK 0 0.57 0.34 0.46
HSL 336.15º 0.39% 0.39% -
HSV(B) 336.15º 0.57% 0.54% -
XYZ 13.99 9.39 10.97 -
YUV 86.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 138 60 91 0 0.57 0.34 0.46 336.15 0.39 0.39
Hex 8A 3C 5B 0 39 22 2E 150 27 27
Octal 212 74 133 0 71 42 56 520 47 47
Binary 10001010 111100 1011011 0 111001 100010 101110 101010000 100111 100111

Color Harmonies of #8A3C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3C5B

Black with #8A3C5B

Text Example


Text Example

White with #8A3C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A3C5B;
 }
 .AnyTagClassName
 {
   color: #8A3C5B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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