Html Css Color HEX #8B4B71 Cannon Pink

📋 copy color: '#8B4B71'

red 139 ◦ green 75 ◦ blue 113

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

Shades of Cannon Pink #8B4B71

Tints of Cannon Pink #8B4B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.56%

R = 42.51%
G = 22.94%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B4B71 (or 0x8B4B71) is known color: Cannon Pink. HEX triplet: 8B, 4B and 71. RGB value is (139,75,113). Sum of RGB (Red+Green+Blue) = 139+75+113=327 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.51% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B4B71 is #74B48E. Grayscale: #626262. Windows color (decimal): -7648399 or 7424907. OLE color: 7424907.

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

Color convert

RGB 139 75 113 -
CMYK 0 0.46 0.19 0.45
HSL 324.38º 0.3% 0.42% -
HSV(B) 324.38º 0.46% 0.55% -
XYZ 16.14 11.71 17.03 -
YUV 98.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 139 75 113 0 0.46 0.19 0.45 324.38 0.3 0.42
Hex 8B 4B 71 0 2E 13 2D 144 1E 2A
Octal 213 113 161 0 56 23 55 504 36 52
Binary 10001011 1001011 1110001 0 101110 10011 101101 101000100 11110 101010

Color Harmonies of #8B4B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B4B71

Black with #8B4B71

Text Example


Text Example

White with #8B4B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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