Html Css Color HEX #8C253D Shiraz

📋 copy color: '#8C253D'

red 140 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #8C253D

Tints of Shiraz #8C253D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.63%

R = 58.82%
G = 15.55%
B = 25.63%

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

#8C253D (or 0x8C253D) is known color: Shiraz. HEX triplet: 8C, 25 and 3D. RGB value is (140,37,61). Sum of RGB (Red+Green+Blue) = 140+37+61=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C253D is #73DAC2. Grayscale: #464646. Windows color (decimal): -7592643 or 4007308. OLE color: 4007308.

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

Color convert

RGB 140 37 61 -
CMYK 0 0.74 0.56 0.45
HSL 346.02º 0.58% 0.35% -
HSV(B) 346.02º 0.74% 0.55% -
XYZ 12.32 7.24 5.16 -
YUV 70.53 122.62 177.55 -
System Red Green Blue C M Y K H S L
Decimal 140 37 61 0 0.74 0.56 0.45 346.02 0.58 0.35
Hex 8C 25 3D 0 4A 38 2D 15A 3A 23
Octal 214 45 75 0 112 70 55 532 72 43
Binary 10001100 100101 111101 0 1001010 111000 101101 101011010 111010 100011

Color Harmonies of #8C253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C253D

Black with #8C253D

Text Example


Text Example

White with #8C253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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