Html Css Color HEX #8C2735 Shiraz

📋 copy color: '#8C2735'

red 140 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #8C2735

Tints of Shiraz #8C2735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.81%

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 60.34%
G = 16.81%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C2735 (or 0x8C2735) is known color: Shiraz. HEX triplet: 8C, 27 and 35. RGB value is (140,39,53). Sum of RGB (Red+Green+Blue) = 140+39+53=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2735 is #73D8CA. Grayscale: #464646. Windows color (decimal): -7592139 or 3483532. OLE color: 3483532.

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

Color convert

RGB 140 39 53 -
CMYK 0 0.72 0.62 0.45
HSL 351.68º 0.56% 0.35% -
HSV(B) 351.68º 0.72% 0.55% -
XYZ 12.18 7.28 4.13 -
YUV 70.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 140 39 53 0 0.72 0.62 0.45 351.68 0.56 0.35
Hex 8C 27 35 0 48 3E 2D 160 38 23
Octal 214 47 65 0 110 76 55 540 70 43
Binary 10001100 100111 110101 0 1001000 111110 101101 101100000 111000 100011

Color Harmonies of #8C2735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2735

Black with #8C2735

Text Example


Text Example

White with #8C2735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,39,53); }

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

background-color css

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

 a { background-color: rgb(140,39,53); }

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

border-color css

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

 span { border-color: rgb(140,39,53); }

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