Html Css Color HEX #8C253E Shiraz

📋 copy color: '#8C253E'

red 140 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #8C253E

Tints of Shiraz #8C253E

RGB

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

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

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

R = 58.58%
G = 15.48%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8C253E (or 0x8C253E) is known color: Shiraz. HEX triplet: 8C, 25 and 3E. RGB value is (140,37,62). Sum of RGB (Red+Green+Blue) = 140+37+62=239 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.58% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 62 (24.61% from 255 or 25.94% from 239); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253E is #73DAC1. Grayscale: #464646. Windows color (decimal): -7592642 or 4072844. OLE color: 4072844.

HSL color Cylindrical-coordinate representation of color #8C253E: hue angle of 345.44º 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 #8C253E is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 37 62 -
CMYK 0 0.74 0.56 0.45
HSL 345.44º 0.58% 0.35% -
HSV(B) 345.44º 0.74% 0.55% -
XYZ 12.35 7.25 5.31 -
YUV 70.65 123.12 177.47 -
System Red Green Blue C M Y K H S L
Decimal 140 37 62 0 0.74 0.56 0.45 345.44 0.58 0.35
Hex 8C 25 3E 0 4A 38 2D 159 3A 23
Octal 214 45 76 0 112 70 55 531 72 43
Binary 10001100 100101 111110 0 1001010 111000 101101 101011001 111010 100011

Color Harmonies of #8C253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C253E

Black with #8C253E

Text Example


Text Example

White with #8C253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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