Html Css Color HEX #8A2854 Rose Bud Cherry

📋 copy color: '#8A2854'

red 138 ◦ green 40 ◦ blue 84

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

Shades of Rose Bud Cherry #8A2854

Tints of Rose Bud Cherry #8A2854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.27%

 BLUE value IS 84 (33.2% from 255) = 32.06%

R = 52.67%
G = 15.27%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A2854 (or 0x8A2854) is known color: Rose Bud Cherry. HEX triplet: 8A, 28 and 54. RGB value is (138,40,84). Sum of RGB (Red+Green+Blue) = 138+40+84=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 40 (16.02% from 255 or 15.27% from 262); Blue value is 84 (33.20% from 255 or 32.06% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2854 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2854 is #75D7AB. Grayscale: #4A4A4A. Windows color (decimal): -7722924 or 5515402. OLE color: 5515402.

HSL color Cylindrical-coordinate representation of color #8A2854: hue angle of 333.06º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8A2854 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 40 84 -
CMYK 0 0.71 0.39 0.46
HSL 333.06º 0.55% 0.35% -
HSV(B) 333.06º 0.71% 0.54% -
XYZ 12.84 7.56 9.17 -
YUV 74.32 133.47 173.42 -
System Red Green Blue C M Y K H S L
Decimal 138 40 84 0 0.71 0.39 0.46 333.06 0.55 0.35
Hex 8A 28 54 0 47 27 2E 14D 37 23
Octal 212 50 124 0 107 47 56 515 67 43
Binary 10001010 101000 1010100 0 1000111 100111 101110 101001101 110111 100011

Color Harmonies of #8A2854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2854

Black with #8A2854

Text Example


Text Example

White with #8A2854

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,40,84); }

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

background-color css

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

 a { background-color: rgb(138,40,84); }

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

border-color css

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

 span { border-color: rgb(138,40,84); }

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