Html Css Color HEX #8A3859 Rose Bud Cherry

📋 copy color: '#8A3859'

red 138 ◦ green 56 ◦ blue 89

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

Shades of Rose Bud Cherry #8A3859

Tints of Rose Bud Cherry #8A3859

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.79%

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

R = 48.76%
G = 19.79%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.36

 K value IS 0.46

RGB Variations

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

Color information

#8A3859 (or 0x8A3859) is known color: Rose Bud Cherry. HEX triplet: 8A, 38 and 59. RGB value is (138,56,89). Sum of RGB (Red+Green+Blue) = 138+56+89=283 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.76% from 283); Green value is 56 (22.27% from 255 or 19.79% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3859 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3859 is #75C7A6. Grayscale: #545454. Windows color (decimal): -7718823 or 5847178. OLE color: 5847178.

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

Color convert

RGB 138 56 89 -
CMYK 0 0.59 0.36 0.46
HSL 335.85º 0.42% 0.38% -
HSV(B) 335.85º 0.59% 0.54% -
XYZ 13.7 8.95 10.46 -
YUV 84.28 130.67 166.32 -
System Red Green Blue C M Y K H S L
Decimal 138 56 89 0 0.59 0.36 0.46 335.85 0.42 0.38
Hex 8A 38 59 0 3B 24 2E 150 2A 26
Octal 212 70 131 0 73 44 56 520 52 46
Binary 10001010 111000 1011001 0 111011 100100 101110 101010000 101010 100110

Color Harmonies of #8A3859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3859

Black with #8A3859

Text Example


Text Example

White with #8A3859

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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