Html Css Color HEX #8C263E Shiraz

📋 copy color: '#8C263E'

red 140 ◦ green 38 ◦ blue 62

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

Shades of Shiraz #8C263E

Tints of Shiraz #8C263E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.83%

 BLUE value IS 62 (24.61% from 255) = 25.83%

R = 58.33%
G = 15.83%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C263E (or 0x8C263E) is known color: Shiraz. HEX triplet: 8C, 26 and 3E. RGB value is (140,38,62). Sum of RGB (Red+Green+Blue) = 140+38+62=240 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.33% from 240); Green value is 38 (15.23% from 255 or 15.83% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 140 - color contains mainly: red. Hex color #8C263E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C263E is #73D9C1. Grayscale: #474747. Windows color (decimal): -7592386 or 4073100. OLE color: 4073100.

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

Color convert

RGB 140 38 62 -
CMYK 0 0.73 0.56 0.45
HSL 345.88º 0.57% 0.35% -
HSV(B) 345.88º 0.73% 0.55% -
XYZ 12.38 7.31 5.32 -
YUV 71.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 140 38 62 0 0.73 0.56 0.45 345.88 0.57 0.35
Hex 8C 26 3E 0 49 38 2D 15A 39 23
Octal 214 46 76 0 111 70 55 532 71 43
Binary 10001100 100110 111110 0 1001001 111000 101101 101011010 111001 100011

Color Harmonies of #8C263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C263E

Black with #8C263E

Text Example


Text Example

White with #8C263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,38,62); }

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

background-color css

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

 a { background-color: rgb(140,38,62); }

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

border-color css

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

 span { border-color: rgb(140,38,62); }

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