Html Css Color HEX #8B5261 Cannon Pink

📋 copy color: '#8B5261'

red 139 ◦ green 82 ◦ blue 97

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

Shades of Cannon Pink #8B5261

Tints of Cannon Pink #8B5261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.79%

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

R = 43.71%
G = 25.79%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.30

 K value IS 0.45

RGB Variations

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

Color information

#8B5261 (or 0x8B5261) is known color: Cannon Pink. HEX triplet: 8B, 52 and 61. RGB value is (139,82,97). Sum of RGB (Red+Green+Blue) = 139+82+97=318 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.71% from 318); Green value is 82 (32.42% from 255 or 25.79% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5261 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5261 is #74AD9E. Grayscale: #646464. Windows color (decimal): -7646623 or 6378123. OLE color: 6378123.

HSL color Cylindrical-coordinate representation of color #8B5261: hue angle of 344.21º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8B5261 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 82 97 -
CMYK 0 0.41 0.30 0.45
HSL 344.21º 0.26% 0.43% -
HSV(B) 344.21º 0.41% 0.55% -
XYZ 15.82 12.39 12.87 -
YUV 100.75 125.88 155.28 -
System Red Green Blue C M Y K H S L
Decimal 139 82 97 0 0.41 0.30 0.45 344.21 0.26 0.43
Hex 8B 52 61 0 29 1E 2D 158 1A 2B
Octal 213 122 141 0 51 36 55 530 32 53
Binary 10001011 1010010 1100001 0 101001 11110 101101 101011000 11010 101011

Color Harmonies of #8B5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5261

Black with #8B5261

Text Example


Text Example

White with #8B5261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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