Html Css Color HEX #8A225A Rose Bud Cherry

📋 copy color: '#8A225A'

red 138 ◦ green 34 ◦ blue 90

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

Shades of Rose Bud Cherry #8A225A

Tints of Rose Bud Cherry #8A225A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.35%

R = 52.67%
G = 12.98%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#8A225A (or 0x8A225A) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5A. RGB value is (138,34,90). Sum of RGB (Red+Green+Blue) = 138+34+90=262 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.67% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225A is #75DDA5. Grayscale: #474747. Windows color (decimal): -7724454 or 5907082. OLE color: 5907082.

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

Color convert

RGB 138 34 90 -
CMYK 0 0.75 0.35 0.46
HSL 327.69º 0.6% 0.34% -
HSV(B) 327.69º 0.75% 0.54% -
XYZ 12.9 7.29 10.4 -
YUV 71.48 138.46 175.45 -
System Red Green Blue C M Y K H S L
Decimal 138 34 90 0 0.75 0.35 0.46 327.69 0.6 0.34
Hex 8A 22 5A 0 4B 23 2E 148 3C 22
Octal 212 42 132 0 113 43 56 510 74 42
Binary 10001010 100010 1011010 0 1001011 100011 101110 101001000 111100 100010

Color Harmonies of #8A225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A225A

Black with #8A225A

Text Example


Text Example

White with #8A225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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