Html Css Color HEX #8B1D3B Shiraz

📋 copy color: '#8B1D3B'

red 139 ◦ green 29 ◦ blue 59

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

Shades of Shiraz #8B1D3B

Tints of Shiraz #8B1D3B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.78%

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

R = 61.23%
G = 12.78%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8B1D3B (or 0x8B1D3B) is known color: Shiraz. HEX triplet: 8B, 1D and 3B. RGB value is (139,29,59). Sum of RGB (Red+Green+Blue) = 139+29+59=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 29 (11.72% from 255 or 12.78% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D3B is #74E2C4. Grayscale: #414141. Windows color (decimal): -7660229 or 3874187. OLE color: 3874187.

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

Color convert

RGB 139 29 59 -
CMYK 0 0.79 0.58 0.45
HSL 343.64º 0.65% 0.33% -
HSV(B) 343.64º 0.79% 0.55% -
XYZ 11.88 6.68 4.8 -
YUV 65.31 124.44 180.56 -
System Red Green Blue C M Y K H S L
Decimal 139 29 59 0 0.79 0.58 0.45 343.64 0.65 0.33
Hex 8B 1D 3B 0 4F 3A 2D 158 41 21
Octal 213 35 73 0 117 72 55 530 101 41
Binary 10001011 11101 111011 0 1001111 111010 101101 101011000 1000001 100001

Color Harmonies of #8B1D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D3B

Black with #8B1D3B

Text Example


Text Example

White with #8B1D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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