Html Css Color HEX #8B1F3C Shiraz

📋 copy color: '#8B1F3C'

red 139 ◦ green 31 ◦ blue 60

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

Shades of Shiraz #8B1F3C

Tints of Shiraz #8B1F3C

RGB

 RED value IS 139 (54.69% from 255) = 60.43%

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

 BLUE value IS 60 (23.83% from 255) = 26.09%

R = 60.43%
G = 13.48%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B1F3C (or 0x8B1F3C) is known color: Shiraz. HEX triplet: 8B, 1F and 3C. RGB value is (139,31,60). Sum of RGB (Red+Green+Blue) = 139+31+60=230 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.43% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 60 (23.83% from 255 or 26.09% from 230); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1F3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1F3C is #74E0C3. Grayscale: #424242. Windows color (decimal): -7659716 or 3940235. OLE color: 3940235.

HSL color Cylindrical-coordinate representation of color #8B1F3C: hue angle of 343.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1F3C is Cyan = 0, Magento = 0.78, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 31 60 -
CMYK 0 0.78 0.57 0.45
HSL 343.89º 0.64% 0.33% -
HSV(B) 343.89º 0.78% 0.55% -
XYZ 11.95 6.8 4.96 -
YUV 66.6 124.28 179.64 -
System Red Green Blue C M Y K H S L
Decimal 139 31 60 0 0.78 0.57 0.45 343.89 0.64 0.33
Hex 8B 1F 3C 0 4E 39 2D 158 40 21
Octal 213 37 74 0 116 71 55 530 100 41
Binary 10001011 11111 111100 0 1001110 111001 101101 101011000 1000000 100001

Color Harmonies of #8B1F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1F3C

Black with #8B1F3C

Text Example


Text Example

White with #8B1F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,31,60); }

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

background-color css

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

 a { background-color: rgb(139,31,60); }

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

border-color css

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

 span { border-color: rgb(139,31,60); }

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