Html Css Color HEX #8B143B Shiraz

📋 copy color: '#8B143B'

red 139 ◦ green 20 ◦ blue 59

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

Shades of Shiraz #8B143B

Tints of Shiraz #8B143B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.17%

 BLUE value IS 59 (23.44% from 255) = 27.06%

R = 63.76%
G = 9.17%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8B143B (or 0x8B143B) is known color: Shiraz. HEX triplet: 8B, 14 and 3B. RGB value is (139,20,59). Sum of RGB (Red+Green+Blue) = 139+20+59=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 59 (23.44% from 255 or 27.06% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B143B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B143B is #74EBC4. Grayscale: #3B3B3B. Windows color (decimal): -7662533 or 3871883. OLE color: 3871883.

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

Color convert

RGB 139 20 59 -
CMYK 0 0.86 0.58 0.45
HSL 340.34º 0.75% 0.31% -
HSV(B) 340.34º 0.86% 0.55% -
XYZ 11.69 6.31 4.74 -
YUV 60.03 127.42 184.33 -
System Red Green Blue C M Y K H S L
Decimal 139 20 59 0 0.86 0.58 0.45 340.34 0.75 0.31
Hex 8B 14 3B 0 56 3A 2D 154 4B 1F
Octal 213 24 73 0 126 72 55 524 113 37
Binary 10001011 10100 111011 0 1010110 111010 101101 101010100 1001011 11111

Color Harmonies of #8B143B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B143B

Black with #8B143B

Text Example


Text Example

White with #8B143B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,20,59); }

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

background-color css

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

 a { background-color: rgb(139,20,59); }

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

border-color css

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

 span { border-color: rgb(139,20,59); }

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