Html Css Color HEX #8A2361 Rose Bud Cherry

📋 copy color: '#8A2361'

red 138 ◦ green 35 ◦ blue 97

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

Shades of Rose Bud Cherry #8A2361

Tints of Rose Bud Cherry #8A2361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

 BLUE value IS 97 (38.28% from 255) = 35.93%

R = 51.11%
G = 12.96%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A2361 (or 0x8A2361) is known color: Rose Bud Cherry. HEX triplet: 8A, 23 and 61. RGB value is (138,35,97). Sum of RGB (Red+Green+Blue) = 138+35+97=270 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.11% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 97 (38.28% from 255 or 35.93% from 270); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2361 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2361 is #75DC9E. Grayscale: #484848. Windows color (decimal): -7724191 or 6366090. OLE color: 6366090.

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

Color convert

RGB 138 35 97 -
CMYK 0 0.75 0.30 0.46
HSL 323.88º 0.6% 0.34% -
HSV(B) 323.88º 0.75% 0.54% -
XYZ 13.24 7.47 12.05 -
YUV 72.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 138 35 97 0 0.75 0.30 0.46 323.88 0.6 0.34
Hex 8A 23 61 0 4B 1E 2E 144 3C 22
Octal 212 43 141 0 113 36 56 504 74 42
Binary 10001010 100011 1100001 0 1001011 11110 101110 101000100 111100 100010

Color Harmonies of #8A2361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2361

Black with #8A2361

Text Example


Text Example

White with #8A2361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,35,97); }

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

background-color css

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

 a { background-color: rgb(138,35,97); }

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

border-color css

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

 span { border-color: rgb(138,35,97); }

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