Html Css Color HEX #8B4B6F Cannon Pink

📋 copy color: '#8B4B6F'

red 139 ◦ green 75 ◦ blue 111

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

Shades of Cannon Pink #8B4B6F

Tints of Cannon Pink #8B4B6F

RGB

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

 GREEN value IS 75 (29.69% from 255) = 23.08%

 BLUE value IS 111 (43.75% from 255) = 34.15%

R = 42.77%
G = 23.08%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#8B4B6F (or 0x8B4B6F) is known color: Cannon Pink. HEX triplet: 8B, 4B and 6F. RGB value is (139,75,111). Sum of RGB (Red+Green+Blue) = 139+75+111=325 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.77% from 325); Green value is 75 (29.69% from 255 or 23.08% from 325); Blue value is 111 (43.75% from 255 or 34.15% from 325); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B6F is #74B490. Grayscale: #626262. Windows color (decimal): -7648401 or 7293835. OLE color: 7293835.

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

Color convert

RGB 139 75 111 -
CMYK 0 0.46 0.20 0.45
HSL 326.25º 0.3% 0.42% -
HSV(B) 326.25º 0.46% 0.55% -
XYZ 16.03 11.67 16.45 -
YUV 98.24 135.2 157.07 -
System Red Green Blue C M Y K H S L
Decimal 139 75 111 0 0.46 0.20 0.45 326.25 0.3 0.42
Hex 8B 4B 6F 0 2E 14 2D 146 1E 2A
Octal 213 113 157 0 56 24 55 506 36 52
Binary 10001011 1001011 1101111 0 101110 10100 101101 101000110 11110 101010

Color Harmonies of #8B4B6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4B6F

Black with #8B4B6F

Text Example


Text Example

White with #8B4B6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,75,111); }

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

background-color css

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

 a { background-color: rgb(139,75,111); }

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

border-color css

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

 span { border-color: rgb(139,75,111); }

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