Html Css Color HEX #8F253E Shiraz

📋 copy color: '#8F253E'

red 143 ◦ green 37 ◦ blue 62

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

Shades of Shiraz #8F253E

Tints of Shiraz #8F253E

RGB

 RED value IS 143 (56.25% from 255) = 59.09%

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

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

R = 59.09%
G = 15.29%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#8F253E (or 0x8F253E) is known color: Shiraz. HEX triplet: 8F, 25 and 3E. RGB value is (143,37,62). Sum of RGB (Red+Green+Blue) = 143+37+62=242 (32% of max value = 765). Red value is 143 (56.25% from 255 or 59.09% from 242); Green value is 37 (14.84% from 255 or 15.29% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 143 - color contains mainly: red. Hex color #8F253E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F253E is #70DAC1. Grayscale: #474747. Windows color (decimal): -7396034 or 4072847. OLE color: 4072847.

HSL color Cylindrical-coordinate representation of color #8F253E: hue angle of 345.85º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F253E is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 37 62 -
CMYK 0 0.74 0.57 0.44
HSL 345.85º 0.59% 0.35% -
HSV(B) 345.85º 0.74% 0.56% -
XYZ 12.86 7.51 5.33 -
YUV 71.54 122.62 178.97 -
System Red Green Blue C M Y K H S L
Decimal 143 37 62 0 0.74 0.57 0.44 345.85 0.59 0.35
Hex 8F 25 3E 0 4A 39 2C 15A 3B 23
Octal 217 45 76 0 112 71 54 532 73 43
Binary 10001111 100101 111110 0 1001010 111001 101100 101011010 111011 100011

Color Harmonies of #8F253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F253E

Black with #8F253E

Text Example


Text Example

White with #8F253E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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