Html Css Color HEX #8A1D59 Rose Bud Cherry

📋 copy color: '#8A1D59'

red 138 ◦ green 29 ◦ blue 89

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

Shades of Rose Bud Cherry #8A1D59

Tints of Rose Bud Cherry #8A1D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 53.91%
G = 11.33%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A1D59 (or 0x8A1D59) is known color: Rose Bud Cherry. HEX triplet: 8A, 1D and 59. RGB value is (138,29,89). Sum of RGB (Red+Green+Blue) = 138+29+89=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1D59 is #75E2A6. Grayscale: #444444. Windows color (decimal): -7725735 or 5840266. OLE color: 5840266.

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

Color convert

RGB 138 29 89 -
CMYK 0 0.79 0.36 0.46
HSL 326.97º 0.65% 0.33% -
HSV(B) 326.97º 0.79% 0.54% -
XYZ 12.72 7 10.13 -
YUV 68.43 139.61 177.62 -
System Red Green Blue C M Y K H S L
Decimal 138 29 89 0 0.79 0.36 0.46 326.97 0.65 0.33
Hex 8A 1D 59 0 4F 24 2E 147 41 21
Octal 212 35 131 0 117 44 56 507 101 41
Binary 10001010 11101 1011001 0 1001111 100100 101110 101000111 1000001 100001

Color Harmonies of #8A1D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1D59

Black with #8A1D59

Text Example


Text Example

White with #8A1D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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