Html Css Color HEX #8A325E Rose Bud Cherry

📋 copy color: '#8A325E'

red 138 ◦ green 50 ◦ blue 94

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

Shades of Rose Bud Cherry #8A325E

Tints of Rose Bud Cherry #8A325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.73%

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 48.94%
G = 17.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.46

RGB Variations

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

Color information

#8A325E (or 0x8A325E) is known color: Rose Bud Cherry. HEX triplet: 8A, 32 and 5E. RGB value is (138,50,94). Sum of RGB (Red+Green+Blue) = 138+50+94=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A325E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A325E is #75CDA1. Grayscale: #515151. Windows color (decimal): -7720354 or 6173322. OLE color: 6173322.

HSL color Cylindrical-coordinate representation of color #8A325E: hue angle of 330º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A325E is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 50 94 -
CMYK 0 0.64 0.32 0.46
HSL 330º 0.47% 0.37% -
HSV(B) 330º 0.64% 0.54% -
XYZ 13.64 8.49 11.51 -
YUV 81.33 135.15 168.42 -
System Red Green Blue C M Y K H S L
Decimal 138 50 94 0 0.64 0.32 0.46 330 0.47 0.37
Hex 8A 32 5E 0 40 20 2E 14A 2F 25
Octal 212 62 136 0 100 40 56 512 57 45
Binary 10001010 110010 1011110 0 1000000 100000 101110 101001010 101111 100101

Color Harmonies of #8A325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A325E

Black with #8A325E

Text Example


Text Example

White with #8A325E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,50,94); }

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

background-color css

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

 a { background-color: rgb(138,50,94); }

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

border-color css

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

 span { border-color: rgb(138,50,94); }

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