Html Css Color HEX #8B2139 Shiraz

📋 copy color: '#8B2139'

red 139 ◦ green 33 ◦ blue 57

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

Shades of Shiraz #8B2139

Tints of Shiraz #8B2139

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.41%

 BLUE value IS 57 (22.66% from 255) = 24.89%

R = 60.7%
G = 14.41%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B2139 (or 0x8B2139) is known color: Shiraz. HEX triplet: 8B, 21 and 39. RGB value is (139,33,57). Sum of RGB (Red+Green+Blue) = 139+33+57=229 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.70% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2139 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2139 is #74DEC6. Grayscale: #434343. Windows color (decimal): -7659207 or 3744139. OLE color: 3744139.

HSL color Cylindrical-coordinate representation of color #8B2139: hue angle of 346.42º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B2139 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 33 57 -
CMYK 0 0.76 0.59 0.45
HSL 346.42º 0.62% 0.34% -
HSV(B) 346.42º 0.76% 0.55% -
XYZ 11.93 6.87 4.57 -
YUV 67.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 139 33 57 0 0.76 0.59 0.45 346.42 0.62 0.34
Hex 8B 21 39 0 4C 3B 2D 15A 3E 22
Octal 213 41 71 0 114 73 55 532 76 42
Binary 10001011 100001 111001 0 1001100 111011 101101 101011010 111110 100010

Color Harmonies of #8B2139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2139

Black with #8B2139

Text Example


Text Example

White with #8B2139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,33,57); }

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

background-color css

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

 a { background-color: rgb(139,33,57); }

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

border-color css

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

 span { border-color: rgb(139,33,57); }

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