Html Css Color HEX #8B1C39 Shiraz

📋 copy color: '#8B1C39'

red 139 ◦ green 28 ◦ blue 57

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

Shades of Shiraz #8B1C39

Tints of Shiraz #8B1C39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.45%

R = 62.05%
G = 12.5%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.45

RGB Variations

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

Color information

#8B1C39 (or 0x8B1C39) is known color: Shiraz. HEX triplet: 8B, 1C and 39. RGB value is (139,28,57). Sum of RGB (Red+Green+Blue) = 139+28+57=224 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.05% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1C39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1C39 is #74E3C6. Grayscale: #404040. Windows color (decimal): -7660487 or 3742859. OLE color: 3742859.

HSL color Cylindrical-coordinate representation of color #8B1C39: hue angle of 344.32º 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 #8B1C39 is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 28 57 -
CMYK 0 0.80 0.59 0.45
HSL 344.32º 0.66% 0.33% -
HSV(B) 344.32º 0.8% 0.55% -
XYZ 11.8 6.61 4.53 -
YUV 64.5 123.77 181.14 -
System Red Green Blue C M Y K H S L
Decimal 139 28 57 0 0.80 0.59 0.45 344.32 0.66 0.33
Hex 8B 1C 39 0 50 3B 2D 158 42 21
Octal 213 34 71 0 120 73 55 530 102 41
Binary 10001011 11100 111001 0 1010000 111011 101101 101011000 1000010 100001

Color Harmonies of #8B1C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1C39

Black with #8B1C39

Text Example


Text Example

White with #8B1C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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