Html Css Color HEX #8F1635 Shiraz

📋 copy color: '#8F1635'

red 143 ◦ green 22 ◦ blue 53

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

Shades of Shiraz #8F1635

Tints of Shiraz #8F1635

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.09%

 BLUE value IS 53 (21.09% from 255) = 24.31%

R = 65.6%
G = 10.09%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#8F1635 (or 0x8F1635) is known color: Shiraz. HEX triplet: 8F, 16 and 35. RGB value is (143,22,53). Sum of RGB (Red+Green+Blue) = 143+22+53=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 22 (8.98% from 255 or 10.09% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1635 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1635 is #70E9CA. Grayscale: #3D3D3D. Windows color (decimal): -7399883 or 3479183. OLE color: 3479183.

HSL color Cylindrical-coordinate representation of color #8F1635: hue angle of 344.63º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8F1635 is Cyan = 0, Magento = 0.85, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 22 53 -
CMYK 0 0.85 0.63 0.44
HSL 344.63º 0.73% 0.32% -
HSV(B) 344.63º 0.85% 0.56% -
XYZ 12.26 6.67 4.01 -
YUV 61.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 143 22 53 0 0.85 0.63 0.44 344.63 0.73 0.32
Hex 8F 16 35 0 55 3F 2C 159 49 20
Octal 217 26 65 0 125 77 54 531 111 40
Binary 10001111 10110 110101 0 1010101 111111 101100 101011001 1001001 100000

Color Harmonies of #8F1635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1635

Black with #8F1635

Text Example


Text Example

White with #8F1635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,22,53); }

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

background-color css

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

 a { background-color: rgb(143,22,53); }

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

border-color css

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

 span { border-color: rgb(143,22,53); }

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