Html Css Color HEX #8C253B Shiraz

📋 copy color: '#8C253B'

red 140 ◦ green 37 ◦ blue 59

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

Shades of Shiraz #8C253B

Tints of Shiraz #8C253B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

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

R = 59.32%
G = 15.68%
B = 25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8C253B (or 0x8C253B) is known color: Shiraz. HEX triplet: 8C, 25 and 3B. RGB value is (140,37,59). Sum of RGB (Red+Green+Blue) = 140+37+59=236 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.32% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253B is #73DAC4. Grayscale: #464646. Windows color (decimal): -7592645 or 3876236. OLE color: 3876236.

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

Color convert

RGB 140 37 59 -
CMYK 0 0.74 0.58 0.45
HSL 347.18º 0.58% 0.35% -
HSV(B) 347.18º 0.74% 0.55% -
XYZ 12.27 7.21 4.88 -
YUV 70.31 121.62 177.71 -
System Red Green Blue C M Y K H S L
Decimal 140 37 59 0 0.74 0.58 0.45 347.18 0.58 0.35
Hex 8C 25 3B 0 4A 3A 2D 15B 3A 23
Octal 214 45 73 0 112 72 55 533 72 43
Binary 10001100 100101 111011 0 1001010 111010 101101 101011011 111010 100011

Color Harmonies of #8C253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C253B

Black with #8C253B

Text Example


Text Example

White with #8C253B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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