Html Css Color HEX #8C2538 Shiraz

📋 copy color: '#8C2538'

red 140 ◦ green 37 ◦ blue 56

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

Shades of Shiraz #8C2538

Tints of Shiraz #8C2538

RGB

 RED value IS 140 (55.08% from 255) = 60.09%

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 60.09%
G = 15.88%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.6

 K value IS 0.45

RGB Variations

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

Color information

#8C2538 (or 0x8C2538) is known color: Shiraz. HEX triplet: 8C, 25 and 38. RGB value is (140,37,56). Sum of RGB (Red+Green+Blue) = 140+37+56=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2538 is #73DAC7. Grayscale: #454545. Windows color (decimal): -7592648 or 3679628. OLE color: 3679628.

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

Color convert

RGB 140 37 56 -
CMYK 0 0.74 0.6 0.45
HSL 348.93º 0.58% 0.35% -
HSV(B) 348.93º 0.74% 0.55% -
XYZ 12.19 7.18 4.49 -
YUV 69.96 120.12 177.96 -
System Red Green Blue C M Y K H S L
Decimal 140 37 56 0 0.74 0.6 0.45 348.93 0.58 0.35
Hex 8C 25 38 0 4A 3C 2D 15D 3A 23
Octal 214 45 70 0 112 74 55 535 72 43
Binary 10001100 100101 111000 0 1001010 111100 101101 101011101 111010 100011

Color Harmonies of #8C2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2538

Black with #8C2538

Text Example


Text Example

White with #8C2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,37,56); }

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

background-color css

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

 a { background-color: rgb(140,37,56); }

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

border-color css

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

 span { border-color: rgb(140,37,56); }

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