Html Css Color HEX #8C253C Shiraz

📋 copy color: '#8C253C'

red 140 ◦ green 37 ◦ blue 60

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

Shades of Shiraz #8C253C

Tints of Shiraz #8C253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.32%

R = 59.07%
G = 15.61%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8C253C (or 0x8C253C) is known color: Shiraz. HEX triplet: 8C, 25 and 3C. RGB value is (140,37,60). Sum of RGB (Red+Green+Blue) = 140+37+60=237 (31% of max value = 765). Red value is 140 (55.08% from 255 or 59.07% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253C is #73DAC3. Grayscale: #464646. Windows color (decimal): -7592644 or 3941772. OLE color: 3941772.

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

Color convert

RGB 140 37 60 -
CMYK 0 0.74 0.57 0.45
HSL 346.6º 0.58% 0.35% -
HSV(B) 346.6º 0.74% 0.55% -
XYZ 12.29 7.22 5.02 -
YUV 70.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 140 37 60 0 0.74 0.57 0.45 346.6 0.58 0.35
Hex 8C 25 3C 0 4A 39 2D 15B 3A 23
Octal 214 45 74 0 112 71 55 533 72 43
Binary 10001100 100101 111100 0 1001010 111001 101101 101011011 111010 100011

Color Harmonies of #8C253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C253C

Black with #8C253C

Text Example


Text Example

White with #8C253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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