Html Css Color HEX #8B1D32 Shiraz

📋 copy color: '#8B1D32'

red 139 ◦ green 29 ◦ blue 50

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

Shades of Shiraz #8B1D32

Tints of Shiraz #8B1D32

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.3%

 BLUE value IS 50 (19.92% from 255) = 22.94%

R = 63.76%
G = 13.3%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.45

RGB Variations

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

Color information

#8B1D32 (or 0x8B1D32) is known color: Shiraz. HEX triplet: 8B, 1D and 32. RGB value is (139,29,50). Sum of RGB (Red+Green+Blue) = 139+29+50=218 (28% of max value = 765). Red value is 139 (54.69% from 255 or 63.76% from 218); Green value is 29 (11.72% from 255 or 13.30% from 218); Blue value is 50 (19.92% from 255 or 22.94% from 218); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1D32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1D32 is #74E2CD. Grayscale: #404040. Windows color (decimal): -7660238 or 3284363. OLE color: 3284363.

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

Color convert

RGB 139 29 50 -
CMYK 0 0.79 0.64 0.45
HSL 348.55º 0.65% 0.33% -
HSV(B) 348.55º 0.79% 0.55% -
XYZ 11.66 6.6 3.68 -
YUV 64.28 119.94 181.29 -
System Red Green Blue C M Y K H S L
Decimal 139 29 50 0 0.79 0.64 0.45 348.55 0.65 0.33
Hex 8B 1D 32 0 4F 40 2D 15D 41 21
Octal 213 35 62 0 117 100 55 535 101 41
Binary 10001011 11101 110010 0 1001111 1000000 101101 101011101 1000001 100001

Color Harmonies of #8B1D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1D32

Black with #8B1D32

Text Example


Text Example

White with #8B1D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,29,50); }

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

background-color css

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

 a { background-color: rgb(139,29,50); }

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

border-color css

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

 span { border-color: rgb(139,29,50); }

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