Html Css Color HEX #8A225D Rose Bud Cherry

📋 copy color: '#8A225D'

red 138 ◦ green 34 ◦ blue 93

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

Shades of Rose Bud Cherry #8A225D

Tints of Rose Bud Cherry #8A225D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 35.09%

R = 52.08%
G = 12.83%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A225D (or 0x8A225D) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 5D. RGB value is (138,34,93). Sum of RGB (Red+Green+Blue) = 138+34+93=265 (35% of max value = 765). Red value is 138 (54.30% from 255 or 52.08% from 265); Green value is 34 (13.67% from 255 or 12.83% from 265); Blue value is 93 (36.72% from 255 or 35.09% from 265); Max value from RGB is 138 - color contains mainly: red. Hex color #8A225D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A225D is #75DDA2. Grayscale: #474747. Windows color (decimal): -7724451 or 6103690. OLE color: 6103690.

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

Color convert

RGB 138 34 93 -
CMYK 0 0.75 0.33 0.46
HSL 325.96º 0.6% 0.34% -
HSV(B) 325.96º 0.75% 0.54% -
XYZ 13.03 7.34 11.09 -
YUV 71.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 138 34 93 0 0.75 0.33 0.46 325.96 0.6 0.34
Hex 8A 22 5D 0 4B 21 2E 146 3C 22
Octal 212 42 135 0 113 41 56 506 74 42
Binary 10001010 100010 1011101 0 1001011 100001 101110 101000110 111100 100010

Color Harmonies of #8A225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A225D

Black with #8A225D

Text Example


Text Example

White with #8A225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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