Html Css Color HEX #8B1532 Shiraz

📋 copy color: '#8B1532'

red 139 ◦ green 21 ◦ blue 50

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

Shades of Shiraz #8B1532

Tints of Shiraz #8B1532

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 66.19%
G = 10%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B1532 (or 0x8B1532) is known color: Shiraz. HEX triplet: 8B, 15 and 32. RGB value is (139,21,50). Sum of RGB (Red+Green+Blue) = 139+21+50=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1532 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1532 is #74EACD. Grayscale: #3B3B3B. Windows color (decimal): -7662286 or 3282315. OLE color: 3282315.

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

Color convert

RGB 139 21 50 -
CMYK 0 0.85 0.64 0.45
HSL 345.25º 0.74% 0.31% -
HSV(B) 345.25º 0.85% 0.55% -
XYZ 11.49 6.26 3.62 -
YUV 59.59 122.59 184.64 -
System Red Green Blue C M Y K H S L
Decimal 139 21 50 0 0.85 0.64 0.45 345.25 0.74 0.31
Hex 8B 15 32 0 55 40 2D 159 4A 1F
Octal 213 25 62 0 125 100 55 531 112 37
Binary 10001011 10101 110010 0 1010101 1000000 101101 101011001 1001010 11111

Color Harmonies of #8B1532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1532

Black with #8B1532

Text Example


Text Example

White with #8B1532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,50); }

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

background-color css

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

 a { background-color: rgb(139,21,50); }

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

border-color css

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

 span { border-color: rgb(139,21,50); }

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