Html Css Color HEX #8C123A Shiraz

📋 copy color: '#8C123A'

red 140 ◦ green 18 ◦ blue 58

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

Shades of Shiraz #8C123A

Tints of Shiraz #8C123A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.33%

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

R = 64.81%
G = 8.33%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8C123A (or 0x8C123A) is known color: Shiraz. HEX triplet: 8C, 12 and 3A. RGB value is (140,18,58). Sum of RGB (Red+Green+Blue) = 140+18+58=216 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.81% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 58 (23.05% from 255 or 26.85% from 216); Max value from RGB is 140 - color contains mainly: red. Hex color #8C123A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C123A is #73EDC5. Grayscale: #3B3B3B. Windows color (decimal): -7597510 or 3805836. OLE color: 3805836.

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

Color convert

RGB 140 18 58 -
CMYK 0 0.87 0.59 0.45
HSL 340.33º 0.77% 0.31% -
HSV(B) 340.33º 0.87% 0.55% -
XYZ 11.8 6.31 4.6 -
YUV 59.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 140 18 58 0 0.87 0.59 0.45 340.33 0.77 0.31
Hex 8C 12 3A 0 57 3B 2D 154 4D 1F
Octal 214 22 72 0 127 73 55 524 115 37
Binary 10001100 10010 111010 0 1010111 111011 101101 101010100 1001101 11111

Color Harmonies of #8C123A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C123A

Black with #8C123A

Text Example


Text Example

White with #8C123A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,58); }

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

background-color css

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

 a { background-color: rgb(140,18,58); }

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

border-color css

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

 span { border-color: rgb(140,18,58); }

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