Html Css Color HEX #8C213D Shiraz

📋 copy color: '#8C213D'

red 140 ◦ green 33 ◦ blue 61

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

Shades of Shiraz #8C213D

Tints of Shiraz #8C213D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

 BLUE value IS 61 (24.22% from 255) = 26.07%

R = 59.83%
G = 14.1%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C213D (or 0x8C213D) is known color: Shiraz. HEX triplet: 8C, 21 and 3D. RGB value is (140,33,61). Sum of RGB (Red+Green+Blue) = 140+33+61=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 61 (24.22% from 255 or 26.07% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C213D is #73DEC2. Grayscale: #444444. Windows color (decimal): -7593667 or 4006284. OLE color: 4006284.

HSL color Cylindrical-coordinate representation of color #8C213D: hue angle of 344.3º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8C213D is Cyan = 0, Magento = 0.76, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 33 61 -
CMYK 0 0.76 0.56 0.45
HSL 344.3º 0.62% 0.34% -
HSV(B) 344.3º 0.76% 0.55% -
XYZ 12.2 7 5.12 -
YUV 68.19 123.95 179.22 -
System Red Green Blue C M Y K H S L
Decimal 140 33 61 0 0.76 0.56 0.45 344.3 0.62 0.34
Hex 8C 21 3D 0 4C 38 2D 158 3E 22
Octal 214 41 75 0 114 70 55 530 76 42
Binary 10001100 100001 111101 0 1001100 111000 101101 101011000 111110 100010

Color Harmonies of #8C213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C213D

Black with #8C213D

Text Example


Text Example

White with #8C213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,33,61); }

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

background-color css

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

 a { background-color: rgb(140,33,61); }

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

border-color css

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

 span { border-color: rgb(140,33,61); }

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