Html Css Color HEX #8A2654 Rose Bud Cherry

📋 copy color: '#8A2654'

red 138 ◦ green 38 ◦ blue 84

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

Shades of Rose Bud Cherry #8A2654

Tints of Rose Bud Cherry #8A2654

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.62%

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

R = 53.08%
G = 14.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.39

 K value IS 0.46

RGB Variations

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

Color information

#8A2654 (or 0x8A2654) is known color: Rose Bud Cherry. HEX triplet: 8A, 26 and 54. RGB value is (138,38,84). Sum of RGB (Red+Green+Blue) = 138+38+84=260 (34% of max value = 765). Red value is 138 (54.30% from 255 or 53.08% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2654 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2654 is #75D9AB. Grayscale: #494949. Windows color (decimal): -7723436 or 5514890. OLE color: 5514890.

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

Color convert

RGB 138 38 84 -
CMYK 0 0.72 0.39 0.46
HSL 332.4º 0.57% 0.35% -
HSV(B) 332.4º 0.72% 0.54% -
XYZ 12.77 7.43 9.15 -
YUV 73.14 134.13 174.26 -
System Red Green Blue C M Y K H S L
Decimal 138 38 84 0 0.72 0.39 0.46 332.4 0.57 0.35
Hex 8A 26 54 0 48 27 2E 14C 39 23
Octal 212 46 124 0 110 47 56 514 71 43
Binary 10001010 100110 1010100 0 1001000 100111 101110 101001100 111001 100011

Color Harmonies of #8A2654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2654

Black with #8A2654

Text Example


Text Example

White with #8A2654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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