Html Css Color HEX #8A1D50 Rose Bud Cherry

📋 copy color: '#8A1D50'

red 138 ◦ green 29 ◦ blue 80

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

Shades of Rose Bud Cherry #8A1D50

Tints of Rose Bud Cherry #8A1D50

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.74%

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

R = 55.87%
G = 11.74%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A1D50 (or 0x8A1D50) is known color: Rose Bud Cherry. HEX triplet: 8A, 1D and 50. RGB value is (138,29,80). Sum of RGB (Red+Green+Blue) = 138+29+80=247 (32% of max value = 765). Red value is 138 (54.30% from 255 or 55.87% from 247); Green value is 29 (11.72% from 255 or 11.74% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1D50 is #75E2AF. Grayscale: #434343. Windows color (decimal): -7725744 or 5250442. OLE color: 5250442.

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

Color convert

RGB 138 29 80 -
CMYK 0 0.79 0.42 0.46
HSL 331.93º 0.65% 0.33% -
HSV(B) 331.93º 0.79% 0.54% -
XYZ 12.37 6.86 8.26 -
YUV 67.41 135.11 178.35 -
System Red Green Blue C M Y K H S L
Decimal 138 29 80 0 0.79 0.42 0.46 331.93 0.65 0.33
Hex 8A 1D 50 0 4F 2A 2E 14C 41 21
Octal 212 35 120 0 117 52 56 514 101 41
Binary 10001010 11101 1010000 0 1001111 101010 101110 101001100 1000001 100001

Color Harmonies of #8A1D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1D50

Black with #8A1D50

Text Example


Text Example

White with #8A1D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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