Html Css Color HEX #8B213E Shiraz

📋 copy color: '#8B213E'

red 139 ◦ green 33 ◦ blue 62

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

Shades of Shiraz #8B213E

Tints of Shiraz #8B213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 26.5%

R = 59.4%
G = 14.1%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#8B213E (or 0x8B213E) is known color: Shiraz. HEX triplet: 8B, 21 and 3E. RGB value is (139,33,62). Sum of RGB (Red+Green+Blue) = 139+33+62=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B213E is #74DEC1. Grayscale: #434343. Windows color (decimal): -7659202 or 4071819. OLE color: 4071819.

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

Color convert

RGB 139 33 62 -
CMYK 0 0.76 0.55 0.45
HSL 343.58º 0.62% 0.34% -
HSV(B) 343.58º 0.76% 0.55% -
XYZ 12.06 6.92 5.26 -
YUV 68 124.62 178.64 -
System Red Green Blue C M Y K H S L
Decimal 139 33 62 0 0.76 0.55 0.45 343.58 0.62 0.34
Hex 8B 21 3E 0 4C 37 2D 158 3E 22
Octal 213 41 76 0 114 67 55 530 76 42
Binary 10001011 100001 111110 0 1001100 110111 101101 101011000 111110 100010

Color Harmonies of #8B213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B213E

Black with #8B213E

Text Example


Text Example

White with #8B213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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