Html Css Color HEX #8F253D Shiraz

📋 copy color: '#8F253D'

red 143 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #8F253D

Tints of Shiraz #8F253D

RGB

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

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

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

R = 59.34%
G = 15.35%
B = 25.31%

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

#8F253D (or 0x8F253D) is known color: Shiraz. HEX triplet: 8F, 25 and 3D. RGB value is (143,37,61). Sum of RGB (Red+Green+Blue) = 143+37+61=241 (31% of max value = 765). Red value is 143 (56.25% from 255 or 59.34% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 143 - color contains mainly: red. Hex color #8F253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F253D is #70DAC2. Grayscale: #474747. Windows color (decimal): -7396035 or 4007311. OLE color: 4007311.

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

Color convert

RGB 143 37 61 -
CMYK 0 0.74 0.57 0.44
HSL 346.42º 0.59% 0.35% -
HSV(B) 346.42º 0.74% 0.56% -
XYZ 12.83 7.5 5.19 -
YUV 71.43 122.12 179.05 -
System Red Green Blue C M Y K H S L
Decimal 143 37 61 0 0.74 0.57 0.44 346.42 0.59 0.35
Hex 8F 25 3D 0 4A 39 2C 15A 3B 23
Octal 217 45 75 0 112 71 54 532 73 43
Binary 10001111 100101 111101 0 1001010 111001 101100 101011010 111011 100011

Color Harmonies of #8F253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F253D

Black with #8F253D

Text Example


Text Example

White with #8F253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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