Html Css Color HEX #8C1432 Shiraz

📋 copy color: '#8C1432'

red 140 ◦ green 20 ◦ blue 50

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

Shades of Shiraz #8C1432

Tints of Shiraz #8C1432

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.52%

 BLUE value IS 50 (19.92% from 255) = 23.81%

R = 66.67%
G = 9.52%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8C1432 (or 0x8C1432) is known color: Shiraz. HEX triplet: 8C, 14 and 32. RGB value is (140,20,50). Sum of RGB (Red+Green+Blue) = 140+20+50=210 (27% of max value = 765). Red value is 140 (55.08% from 255 or 66.67% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 50 (19.92% from 255 or 23.81% from 210); Max value from RGB is 140 - color contains mainly: red. Hex color #8C1432 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C1432 is #73EBCD. Grayscale: #3B3B3B. Windows color (decimal): -7597006 or 3282060. OLE color: 3282060.

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

Color convert

RGB 140 20 50 -
CMYK 0 0.86 0.64 0.45
HSL 345º 0.75% 0.31% -
HSV(B) 345º 0.86% 0.55% -
XYZ 11.64 6.31 3.62 -
YUV 59.3 122.76 185.56 -
System Red Green Blue C M Y K H S L
Decimal 140 20 50 0 0.86 0.64 0.45 345 0.75 0.31
Hex 8C 14 32 0 56 40 2D 159 4B 1F
Octal 214 24 62 0 126 100 55 531 113 37
Binary 10001100 10100 110010 0 1010110 1000000 101101 101011001 1001011 11111

Color Harmonies of #8C1432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C1432

Black with #8C1432

Text Example


Text Example

White with #8C1432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,20,50); }

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

background-color css

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

 a { background-color: rgb(140,20,50); }

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

border-color css

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

 span { border-color: rgb(140,20,50); }

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