Html Css Color HEX #8C2335 Shiraz

📋 copy color: '#8C2335'

red 140 ◦ green 35 ◦ blue 53

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

Shades of Shiraz #8C2335

Tints of Shiraz #8C2335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

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

R = 61.4%
G = 15.35%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8C2335 (or 0x8C2335) is known color: Shiraz. HEX triplet: 8C, 23 and 35. RGB value is (140,35,53). Sum of RGB (Red+Green+Blue) = 140+35+53=228 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.40% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2335 is #73DCCA. Grayscale: #444444. Windows color (decimal): -7593163 or 3482508. OLE color: 3482508.

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

Color convert

RGB 140 35 53 -
CMYK 0 0.75 0.62 0.45
HSL 349.71º 0.6% 0.34% -
HSV(B) 349.71º 0.75% 0.55% -
XYZ 12.06 7.03 4.09 -
YUV 68.45 119.29 179.04 -
System Red Green Blue C M Y K H S L
Decimal 140 35 53 0 0.75 0.62 0.45 349.71 0.6 0.34
Hex 8C 23 35 0 4B 3E 2D 15E 3C 22
Octal 214 43 65 0 113 76 55 536 74 42
Binary 10001100 100011 110101 0 1001011 111110 101101 101011110 111100 100010

Color Harmonies of #8C2335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2335

Black with #8C2335

Text Example


Text Example

White with #8C2335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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