Html Css Color HEX #8A1150 Rose Bud Cherry

📋 copy color: '#8A1150'

red 138 ◦ green 17 ◦ blue 80

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

Shades of Rose Bud Cherry #8A1150

Tints of Rose Bud Cherry #8A1150

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.23%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 58.72%
G = 7.23%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A1150 (or 0x8A1150) is known color: Rose Bud Cherry. HEX triplet: 8A, 11 and 50. RGB value is (138,17,80). Sum of RGB (Red+Green+Blue) = 138+17+80=235 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.72% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1150 is #75EEAF. Grayscale: #3C3C3C. Windows color (decimal): -7728816 or 5247370. OLE color: 5247370.

HSL color Cylindrical-coordinate representation of color #8A1150: hue angle of 328.76º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1150 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 17 80 -
CMYK 0 0.88 0.42 0.46
HSL 328.76º 0.78% 0.3% -
HSV(B) 328.76º 0.88% 0.54% -
XYZ 12.13 6.38 8.18 -
YUV 60.36 139.09 183.38 -
System Red Green Blue C M Y K H S L
Decimal 138 17 80 0 0.88 0.42 0.46 328.76 0.78 0.3
Hex 8A 11 50 0 58 2A 2E 149 4E 1E
Octal 212 21 120 0 130 52 56 511 116 36
Binary 10001010 10001 1010000 0 1011000 101010 101110 101001001 1001110 11110

Color Harmonies of #8A1150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1150

Black with #8A1150

Text Example


Text Example

White with #8A1150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,80); }

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

background-color css

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

 a { background-color: rgb(138,17,80); }

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

border-color css

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

 span { border-color: rgb(138,17,80); }

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