Html Css Color HEX #8A2D59 Rose Bud Cherry

📋 copy color: '#8A2D59'

red 138 ◦ green 45 ◦ blue 89

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

Shades of Rose Bud Cherry #8A2D59

Tints of Rose Bud Cherry #8A2D59

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.54%

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

R = 50.74%
G = 16.54%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A2D59 (or 0x8A2D59) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 59. RGB value is (138,45,89). Sum of RGB (Red+Green+Blue) = 138+45+89=272 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.74% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D59 is #75D2A6. Grayscale: #4D4D4D. Windows color (decimal): -7721639 or 5844362. OLE color: 5844362.

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

Color convert

RGB 138 45 89 -
CMYK 0 0.67 0.36 0.46
HSL 331.61º 0.51% 0.36% -
HSV(B) 331.61º 0.67% 0.54% -
XYZ 13.22 8 10.3 -
YUV 77.82 134.31 170.92 -
System Red Green Blue C M Y K H S L
Decimal 138 45 89 0 0.67 0.36 0.46 331.61 0.51 0.36
Hex 8A 2D 59 0 43 24 2E 14C 33 24
Octal 212 55 131 0 103 44 56 514 63 44
Binary 10001010 101101 1011001 0 1000011 100100 101110 101001100 110011 100100

Color Harmonies of #8A2D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D59

Black with #8A2D59

Text Example


Text Example

White with #8A2D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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