Html Css Color HEX #8A2461 Rose Bud Cherry

📋 copy color: '#8A2461'

red 138 ◦ green 36 ◦ blue 97

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

Shades of Rose Bud Cherry #8A2461

Tints of Rose Bud Cherry #8A2461

RGB

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

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

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

R = 50.92%
G = 13.28%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#8A2461 (or 0x8A2461) is known color: Rose Bud Cherry. HEX triplet: 8A, 24 and 61. RGB value is (138,36,97). Sum of RGB (Red+Green+Blue) = 138+36+97=271 (35% of max value = 765). Red value is 138 (54.30% from 255 or 50.92% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A2461 is #75DB9E. Grayscale: #494949. Windows color (decimal): -7723935 or 6366346. OLE color: 6366346.

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

Color convert

RGB 138 36 97 -
CMYK 0 0.74 0.30 0.46
HSL 324.12º 0.59% 0.34% -
HSV(B) 324.12º 0.74% 0.54% -
XYZ 13.27 7.53 12.06 -
YUV 73.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 138 36 97 0 0.74 0.30 0.46 324.12 0.59 0.34
Hex 8A 24 61 0 4A 1E 2E 144 3B 22
Octal 212 44 141 0 112 36 56 504 73 42
Binary 10001010 100100 1100001 0 1001010 11110 101110 101000100 111011 100010

Color Harmonies of #8A2461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A2461

Black with #8A2461

Text Example


Text Example

White with #8A2461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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