Html Css Color HEX #8B4A57 Cannon Pink

📋 copy color: '#8B4A57'

red 139 ◦ green 74 ◦ blue 87

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

Shades of Cannon Pink #8B4A57

Tints of Cannon Pink #8B4A57

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.67%

 BLUE value IS 87 (34.38% from 255) = 29%

R = 46.33%
G = 24.67%
B = 29%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B4A57 (or 0x8B4A57) is known color: Cannon Pink. HEX triplet: 8B, 4A and 57. RGB value is (139,74,87). Sum of RGB (Red+Green+Blue) = 139+74+87=300 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.33% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 87 (34.38% from 255 or 29% from 300); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4A57 is #74B5A8. Grayscale: #5E5E5E. Windows color (decimal): -7648681 or 5720715. OLE color: 5720715.

HSL color Cylindrical-coordinate representation of color #8B4A57: hue angle of 348º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A57 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 74 87 -
CMYK 0 0.47 0.37 0.45
HSL 348º 0.31% 0.42% -
HSV(B) 348º 0.47% 0.55% -
XYZ 14.82 11.07 10.37 -
YUV 94.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 139 74 87 0 0.47 0.37 0.45 348 0.31 0.42
Hex 8B 4A 57 0 2F 25 2D 15C 1F 2A
Octal 213 112 127 0 57 45 55 534 37 52
Binary 10001011 1001010 1010111 0 101111 100101 101101 101011100 11111 101010

Color Harmonies of #8B4A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4A57

Black with #8B4A57

Text Example


Text Example

White with #8B4A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,74,87); }

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

background-color css

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

 a { background-color: rgb(139,74,87); }

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

border-color css

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

 span { border-color: rgb(139,74,87); }

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