Html Css Color HEX #8D273E Shiraz

📋 copy color: '#8D273E'

red 141 ◦ green 39 ◦ blue 62

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

Shades of Shiraz #8D273E

Tints of Shiraz #8D273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.12%

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

R = 58.26%
G = 16.12%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8D273E (or 0x8D273E) is known color: Shiraz. HEX triplet: 8D, 27 and 3E. RGB value is (141,39,62). Sum of RGB (Red+Green+Blue) = 141+39+62=242 (32% of max value = 765). Red value is 141 (55.47% from 255 or 58.26% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 141 - color contains mainly: red. Hex color #8D273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D273E is #72D8C1. Grayscale: #484848. Windows color (decimal): -7526594 or 4073357. OLE color: 4073357.

HSL color Cylindrical-coordinate representation of color #8D273E: hue angle of 346.47º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8D273E is Cyan = 0, Magento = 0.72, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 39 62 -
CMYK 0 0.72 0.56 0.45
HSL 346.47º 0.57% 0.35% -
HSV(B) 346.47º 0.72% 0.55% -
XYZ 12.58 7.46 5.33 -
YUV 72.12 122.29 177.13 -
System Red Green Blue C M Y K H S L
Decimal 141 39 62 0 0.72 0.56 0.45 346.47 0.57 0.35
Hex 8D 27 3E 0 48 38 2D 15A 39 23
Octal 215 47 76 0 110 70 55 532 71 43
Binary 10001101 100111 111110 0 1001000 111000 101101 101011010 111001 100011

Color Harmonies of #8D273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D273E

Black with #8D273E

Text Example


Text Example

White with #8D273E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,39,62); }

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

background-color css

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

 a { background-color: rgb(141,39,62); }

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

border-color css

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

 span { border-color: rgb(141,39,62); }

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