Html Css Color HEX #8A245A Rose Bud Cherry

📋 copy color: '#8A245A'

red 138 ◦ green 36 ◦ blue 90

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

Shades of Rose Bud Cherry #8A245A

Tints of Rose Bud Cherry #8A245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 52.27%
G = 13.64%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.35

 K value IS 0.46

RGB Variations

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

Color information

#8A245A (or 0x8A245A) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 5A. RGB value is (138,36,90). Sum of RGB (Red+Green+Blue) = 138+36+90=264 (34% of max value = 765). Red value is 138 (54.30% from 255 or 52.27% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 138 - color contains mainly: red. Hex color #8A245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A245A is #75DBA5. Grayscale: #484848. Windows color (decimal): -7723942 or 5907594. OLE color: 5907594.

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

Color convert

RGB 138 36 90 -
CMYK 0 0.74 0.35 0.46
HSL 328.24º 0.59% 0.34% -
HSV(B) 328.24º 0.74% 0.54% -
XYZ 12.96 7.4 10.42 -
YUV 72.65 137.79 174.61 -
System Red Green Blue C M Y K H S L
Decimal 138 36 90 0 0.74 0.35 0.46 328.24 0.59 0.34
Hex 8A 24 5A 0 4A 23 2E 148 3B 22
Octal 212 44 132 0 112 43 56 510 73 42
Binary 10001010 100100 1011010 0 1001010 100011 101110 101001000 111011 100010

Color Harmonies of #8A245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A245A

Black with #8A245A

Text Example


Text Example

White with #8A245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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