Html Css Color HEX #8B5370 Cannon Pink

📋 copy color: '#8B5370'

red 139 ◦ green 83 ◦ blue 112

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

Shades of Cannon Pink #8B5370

Tints of Cannon Pink #8B5370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.85%

 BLUE value IS 112 (44.14% from 255) = 33.53%

R = 41.62%
G = 24.85%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8B5370 (or 0x8B5370) is known color: Cannon Pink. HEX triplet: 8B, 53 and 70. RGB value is (139,83,112). Sum of RGB (Red+Green+Blue) = 139+83+112=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5370 is #74AC8F. Grayscale: #666666. Windows color (decimal): -7646352 or 7361419. OLE color: 7361419.

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

Color convert

RGB 139 83 112 -
CMYK 0 0.40 0.19 0.45
HSL 328.93º 0.25% 0.44% -
HSV(B) 328.93º 0.4% 0.55% -
XYZ 16.67 12.85 16.93 -
YUV 103.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 139 83 112 0 0.40 0.19 0.45 328.93 0.25 0.44
Hex 8B 53 70 0 28 13 2D 149 19 2C
Octal 213 123 160 0 50 23 55 511 31 54
Binary 10001011 1010011 1110000 0 101000 10011 101101 101001001 11001 101100

Color Harmonies of #8B5370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5370

Black with #8B5370

Text Example


Text Example

White with #8B5370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,83,112); }

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

background-color css

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

 a { background-color: rgb(139,83,112); }

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

border-color css

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

 span { border-color: rgb(139,83,112); }

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