Html Css Color HEX #8C283B Shiraz

📋 copy color: '#8C283B'

red 140 ◦ green 40 ◦ blue 59

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

Shades of Shiraz #8C283B

Tints of Shiraz #8C283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 58.58%
G = 16.74%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C283B (or 0x8C283B) is known color: Shiraz. HEX triplet: 8C, 28 and 3B. RGB value is (140,40,59). Sum of RGB (Red+Green+Blue) = 140+40+59=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C283B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C283B is #73D7C4. Grayscale: #484848. Windows color (decimal): -7591877 or 3877004. OLE color: 3877004.

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

Color convert

RGB 140 40 59 -
CMYK 0 0.71 0.58 0.45
HSL 348.6º 0.56% 0.35% -
HSV(B) 348.6º 0.71% 0.55% -
XYZ 12.36 7.41 4.92 -
YUV 72.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 140 40 59 0 0.71 0.58 0.45 348.6 0.56 0.35
Hex 8C 28 3B 0 47 3A 2D 15D 38 23
Octal 214 50 73 0 107 72 55 535 70 43
Binary 10001100 101000 111011 0 1000111 111010 101101 101011101 111000 100011

Color Harmonies of #8C283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C283B

Black with #8C283B

Text Example


Text Example

White with #8C283B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,40,59); }

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

background-color css

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

 a { background-color: rgb(140,40,59); }

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

border-color css

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

 span { border-color: rgb(140,40,59); }

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