Html Css Color HEX #8D263B Shiraz

📋 copy color: '#8D263B'

red 141 ◦ green 38 ◦ blue 59

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

Shades of Shiraz #8D263B

Tints of Shiraz #8D263B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 59.24%
G = 15.97%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8D263B (or 0x8D263B) is known color: Shiraz. HEX triplet: 8D, 26 and 3B. RGB value is (141,38,59). Sum of RGB (Red+Green+Blue) = 141+38+59=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D263B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D263B is #72D9C4. Grayscale: #474747. Windows color (decimal): -7526853 or 3876493. OLE color: 3876493.

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

Color convert

RGB 141 38 59 -
CMYK 0 0.73 0.58 0.45
HSL 347.77º 0.58% 0.35% -
HSV(B) 347.77º 0.73% 0.55% -
XYZ 12.47 7.36 4.9 -
YUV 71.19 121.12 177.79 -
System Red Green Blue C M Y K H S L
Decimal 141 38 59 0 0.73 0.58 0.45 347.77 0.58 0.35
Hex 8D 26 3B 0 49 3A 2D 15C 3A 23
Octal 215 46 73 0 111 72 55 534 72 43
Binary 10001101 100110 111011 0 1001001 111010 101101 101011100 111010 100011

Color Harmonies of #8D263B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D263B

Black with #8D263B

Text Example


Text Example

White with #8D263B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,38,59); }

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

background-color css

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

 a { background-color: rgb(141,38,59); }

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

border-color css

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

 span { border-color: rgb(141,38,59); }

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