Html Css Color HEX #8F2238 Shiraz

📋 copy color: '#8F2238'

red 143 ◦ green 34 ◦ blue 56

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

Shades of Shiraz #8F2238

Tints of Shiraz #8F2238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 61.37%
G = 14.59%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.44

RGB Variations

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

Color information

#8F2238 (or 0x8F2238) is known color: Shiraz. HEX triplet: 8F, 22 and 38. RGB value is (143,34,56). Sum of RGB (Red+Green+Blue) = 143+34+56=233 (30% of max value = 765). Red value is 143 (56.25% from 255 or 61.37% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2238 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F2238 is #70DDC7. Grayscale: #454545. Windows color (decimal): -7396808 or 3678863. OLE color: 3678863.

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

Color convert

RGB 143 34 56 -
CMYK 0 0.76 0.61 0.44
HSL 347.89º 0.62% 0.35% -
HSV(B) 347.89º 0.76% 0.56% -
XYZ 12.61 7.27 4.48 -
YUV 69.1 120.61 180.71 -
System Red Green Blue C M Y K H S L
Decimal 143 34 56 0 0.76 0.61 0.44 347.89 0.62 0.35
Hex 8F 22 38 0 4C 3D 2C 15C 3E 23
Octal 217 42 70 0 114 75 54 534 76 43
Binary 10001111 100010 111000 0 1001100 111101 101100 101011100 111110 100011

Color Harmonies of #8F2238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F2238

Black with #8F2238

Text Example


Text Example

White with #8F2238

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,34,56); }

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

background-color css

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

 a { background-color: rgb(143,34,56); }

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

border-color css

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

 span { border-color: rgb(143,34,56); }

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