Html Css Color HEX #8B5461 Cannon Pink

📋 copy color: '#8B5461'

red 139 ◦ green 84 ◦ blue 97

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

Shades of Cannon Pink #8B5461

Tints of Cannon Pink #8B5461

RGB

 RED value IS 139 (54.69% from 255) = 43.44%

 GREEN value IS 84 (33.2% from 255) = 26.25%

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

R = 43.44%
G = 26.25%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B5461 (or 0x8B5461) is known color: Cannon Pink. HEX triplet: 8B, 54 and 61. RGB value is (139,84,97). Sum of RGB (Red+Green+Blue) = 139+84+97=320 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.44% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5461 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5461 is #74AB9E. Grayscale: #656565. Windows color (decimal): -7646111 or 6378635. OLE color: 6378635.

HSL color Cylindrical-coordinate representation of color #8B5461: hue angle of 345.82º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B5461 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 84 97 -
CMYK 0 0.40 0.30 0.45
HSL 345.82º 0.25% 0.44% -
HSV(B) 345.82º 0.4% 0.55% -
XYZ 15.98 12.69 12.92 -
YUV 101.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 139 84 97 0 0.40 0.30 0.45 345.82 0.25 0.44
Hex 8B 54 61 0 28 1E 2D 15A 19 2C
Octal 213 124 141 0 50 36 55 532 31 54
Binary 10001011 1010100 1100001 0 101000 11110 101101 101011010 11001 101100

Color Harmonies of #8B5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5461

Black with #8B5461

Text Example


Text Example

White with #8B5461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,84,97); }

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

background-color css

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

 a { background-color: rgb(139,84,97); }

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

border-color css

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

 span { border-color: rgb(139,84,97); }

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