Html Css Color HEX #8A1F33 Shiraz

📋 copy color: '#8A1F33'

red 138 ◦ green 31 ◦ blue 51

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

Shades of Shiraz #8A1F33

Tints of Shiraz #8A1F33

RGB

 RED value IS 138 (54.3% from 255) = 62.73%

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 51 (20.31% from 255) = 23.18%

R = 62.73%
G = 14.09%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A1F33 (or 0x8A1F33) is known color: Shiraz. HEX triplet: 8A, 1F and 33. RGB value is (138,31,51). Sum of RGB (Red+Green+Blue) = 138+31+51=220 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.73% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 51 (20.31% from 255 or 23.18% from 220); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1F33 is #75E0CC. Grayscale: #414141. Windows color (decimal): -7725261 or 3350410. OLE color: 3350410.

HSL color Cylindrical-coordinate representation of color #8A1F33: hue angle of 348.79º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8A1F33 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 31 51 -
CMYK 0 0.78 0.63 0.46
HSL 348.79º 0.63% 0.33% -
HSV(B) 348.79º 0.78% 0.54% -
XYZ 11.57 6.62 3.8 -
YUV 65.27 119.95 179.87 -
System Red Green Blue C M Y K H S L
Decimal 138 31 51 0 0.78 0.63 0.46 348.79 0.63 0.33
Hex 8A 1F 33 0 4E 3F 2E 15D 3F 21
Octal 212 37 63 0 116 77 56 535 77 41
Binary 10001010 11111 110011 0 1001110 111111 101110 101011101 111111 100001

Color Harmonies of #8A1F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1F33

Black with #8A1F33

Text Example


Text Example

White with #8A1F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,31,51); }

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

background-color css

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

 a { background-color: rgb(138,31,51); }

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

border-color css

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

 span { border-color: rgb(138,31,51); }

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