Html Css Color HEX #8C182E Shiraz

📋 copy color: '#8C182E'

red 140 ◦ green 24 ◦ blue 46

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

Shades of Shiraz #8C182E

Tints of Shiraz #8C182E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.43%

 BLUE value IS 46 (18.36% from 255) = 21.9%

R = 66.67%
G = 11.43%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.45

RGB Variations

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

Color information

#8C182E (or 0x8C182E) is known color: Shiraz. HEX triplet: 8C, 18 and 2E. RGB value is (140,24,46). Sum of RGB (Red+Green+Blue) = 140+24+46=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 24 (9.77% from 255 or 11.43% from 210); Blue value is 46 (18.36% from 255 or 21.90% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C182E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C182E is #73E7D1. Grayscale: #3D3D3D. Windows color (decimal): -7595986 or 3020940. OLE color: 3020940.

HSL color Cylindrical-coordinate representation of color #8C182E: hue angle of 348.62º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C182E is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 24 46 -
CMYK 0 0.83 0.67 0.45
HSL 348.62º 0.71% 0.32% -
HSV(B) 348.62º 0.83% 0.55% -
XYZ 11.64 6.43 3.21 -
YUV 61.19 119.43 184.21 -
System Red Green Blue C M Y K H S L
Decimal 140 24 46 0 0.83 0.67 0.45 348.62 0.71 0.32
Hex 8C 18 2E 0 53 43 2D 15D 47 20
Octal 214 30 56 0 123 103 55 535 107 40
Binary 10001100 11000 101110 0 1010011 1000011 101101 101011101 1000111 100000

Color Harmonies of #8C182E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C182E

Black with #8C182E

Text Example


Text Example

White with #8C182E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,24,46); }

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

background-color css

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

 a { background-color: rgb(140,24,46); }

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

border-color css

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

 span { border-color: rgb(140,24,46); }

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