Html Css Color HEX #8A225B Rose Bud Cherry

📋 copy color: '#8A225B'

red 138 ◦ green 34 ◦ blue 91

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

Shades of Rose Bud Cherry #8A225B

Tints of Rose Bud Cherry #8A225B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 52.47%
G = 12.93%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#8A225B (or 0x8A225B) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5B. RGB value is (138,34,91). Sum of RGB (Red+Green+Blue) = 138+34+91=263 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.47% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225B is #75DDA4. Grayscale: #474747. Windows color (decimal): -7724453 or 5972618. OLE color: 5972618.

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

Color convert

RGB 138 34 91 -
CMYK 0 0.75 0.34 0.46
HSL 327.12º 0.6% 0.34% -
HSV(B) 327.12º 0.75% 0.54% -
XYZ 12.94 7.3 10.62 -
YUV 71.59 138.96 175.37 -
System Red Green Blue C M Y K H S L
Decimal 138 34 91 0 0.75 0.34 0.46 327.12 0.6 0.34
Hex 8A 22 5B 0 4B 22 2E 147 3C 22
Octal 212 42 133 0 113 42 56 507 74 42
Binary 10001010 100010 1011011 0 1001011 100010 101110 101000111 111100 100010

Color Harmonies of #8A225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A225B

Black with #8A225B

Text Example


Text Example

White with #8A225B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,34,91); }

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

background-color css

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

 a { background-color: rgb(138,34,91); }

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

border-color css

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

 span { border-color: rgb(138,34,91); }

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