Html Css Color HEX #8D253A Shiraz

📋 copy color: '#8D253A'

red 141 ◦ green 37 ◦ blue 58

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

Shades of Shiraz #8D253A

Tints of Shiraz #8D253A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 59.75%
G = 15.68%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8D253A (or 0x8D253A) is known color: Shiraz. HEX triplet: 8D, 25 and 3A. RGB value is (141,37,58). Sum of RGB (Red+Green+Blue) = 141+37+58=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D253A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D253A is #72DAC5. Grayscale: #464646. Windows color (decimal): -7527110 or 3810701. OLE color: 3810701.

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

Color convert

RGB 141 37 58 -
CMYK 0 0.74 0.59 0.45
HSL 347.88º 0.58% 0.35% -
HSV(B) 347.88º 0.74% 0.55% -
XYZ 12.41 7.29 4.76 -
YUV 70.49 120.96 178.29 -
System Red Green Blue C M Y K H S L
Decimal 141 37 58 0 0.74 0.59 0.45 347.88 0.58 0.35
Hex 8D 25 3A 0 4A 3B 2D 15C 3A 23
Octal 215 45 72 0 112 73 55 534 72 43
Binary 10001101 100101 111010 0 1001010 111011 101101 101011100 111010 100011

Color Harmonies of #8D253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D253A

Black with #8D253A

Text Example


Text Example

White with #8D253A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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