Html Css Color HEX #8D213A Shiraz

📋 copy color: '#8D213A'

red 141 ◦ green 33 ◦ blue 58

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

Shades of Shiraz #8D213A

Tints of Shiraz #8D213A

RGB

 RED value IS 141 (55.47% from 255) = 60.78%

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

 BLUE value IS 58 (23.05% from 255) = 25%

R = 60.78%
G = 14.22%
B = 25%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8D213A (or 0x8D213A) is known color: Shiraz. HEX triplet: 8D, 21 and 3A. RGB value is (141,33,58). Sum of RGB (Red+Green+Blue) = 141+33+58=232 (30% of max value = 765). Red value is 141 (55.47% from 255 or 60.78% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 141 - color contains mainly: red. Hex color #8D213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D213A is #72DEC5. Grayscale: #444444. Windows color (decimal): -7528134 or 3809677. OLE color: 3809677.

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

Color convert

RGB 141 33 58 -
CMYK 0 0.77 0.59 0.45
HSL 346.11º 0.62% 0.34% -
HSV(B) 346.11º 0.77% 0.55% -
XYZ 12.29 7.06 4.72 -
YUV 68.14 122.28 179.97 -
System Red Green Blue C M Y K H S L
Decimal 141 33 58 0 0.77 0.59 0.45 346.11 0.62 0.34
Hex 8D 21 3A 0 4D 3B 2D 15A 3E 22
Octal 215 41 72 0 115 73 55 532 76 42
Binary 10001101 100001 111010 0 1001101 111011 101101 101011010 111110 100010

Color Harmonies of #8D213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D213A

Black with #8D213A

Text Example


Text Example

White with #8D213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,33,58); }

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

background-color css

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

 a { background-color: rgb(141,33,58); }

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

border-color css

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

 span { border-color: rgb(141,33,58); }

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