Html Css Color HEX #8B1C3C Shiraz

📋 copy color: '#8B1C3C'

red 139 ◦ green 28 ◦ blue 60

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

Shades of Shiraz #8B1C3C

Tints of Shiraz #8B1C3C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.33%

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

R = 61.23%
G = 12.33%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B1C3C (or 0x8B1C3C) is known color: Shiraz. HEX triplet: 8B, 1C and 3C. RGB value is (139,28,60). Sum of RGB (Red+Green+Blue) = 139+28+60=227 (30% of max value = 765). Red value is 139 (54.69% from 255 or 61.23% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C3C is #74E3C3. Grayscale: #404040. Windows color (decimal): -7660484 or 3939467. OLE color: 3939467.

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

Color convert

RGB 139 28 60 -
CMYK 0 0.80 0.57 0.45
HSL 342.7º 0.66% 0.33% -
HSV(B) 342.7º 0.8% 0.55% -
XYZ 11.88 6.65 4.93 -
YUV 64.84 125.27 180.9 -
System Red Green Blue C M Y K H S L
Decimal 139 28 60 0 0.80 0.57 0.45 342.7 0.66 0.33
Hex 8B 1C 3C 0 50 39 2D 157 42 21
Octal 213 34 74 0 120 71 55 527 102 41
Binary 10001011 11100 111100 0 1010000 111001 101101 101010111 1000010 100001

Color Harmonies of #8B1C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C3C

Black with #8B1C3C

Text Example


Text Example

White with #8B1C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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