Html Css Color HEX #8A2D60 Rose Bud Cherry

📋 copy color: '#8A2D60'

red 138 ◦ green 45 ◦ blue 96

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

Shades of Rose Bud Cherry #8A2D60

Tints of Rose Bud Cherry #8A2D60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 34.41%

R = 49.46%
G = 16.13%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A2D60 (or 0x8A2D60) is known color: Rose Bud Cherry. HEX triplet: 8A, 2D and 60. RGB value is (138,45,96). Sum of RGB (Red+Green+Blue) = 138+45+96=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 45 (17.97% from 255 or 16.13% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2D60 is #75D29F. Grayscale: #4E4E4E. Windows color (decimal): -7721632 or 6303114. OLE color: 6303114.

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

Color convert

RGB 138 45 96 -
CMYK 0 0.67 0.30 0.46
HSL 327.1º 0.51% 0.36% -
HSV(B) 327.1º 0.67% 0.54% -
XYZ 13.53 8.12 11.92 -
YUV 78.62 137.81 170.35 -
System Red Green Blue C M Y K H S L
Decimal 138 45 96 0 0.67 0.30 0.46 327.1 0.51 0.36
Hex 8A 2D 60 0 43 1E 2E 147 33 24
Octal 212 55 140 0 103 36 56 507 63 44
Binary 10001010 101101 1100000 0 1000011 11110 101110 101000111 110011 100100

Color Harmonies of #8A2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2D60

Black with #8A2D60

Text Example


Text Example

White with #8A2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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