Html Css Color HEX #8B1E35 Shiraz

📋 copy color: '#8B1E35'

red 139 ◦ green 30 ◦ blue 53

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

Shades of Shiraz #8B1E35

Tints of Shiraz #8B1E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.51%

 BLUE value IS 53 (21.09% from 255) = 23.87%

R = 62.61%
G = 13.51%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8B1E35 (or 0x8B1E35) is known color: Shiraz. HEX triplet: 8B, 1E and 35. RGB value is (139,30,53). Sum of RGB (Red+Green+Blue) = 139+30+53=222 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.61% from 222); Green value is 30 (12.11% from 255 or 13.51% from 222); Blue value is 53 (21.09% from 255 or 23.87% from 222); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B1E35 is #74E1CA. Grayscale: #414141. Windows color (decimal): -7659979 or 3481227. OLE color: 3481227.

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

Color convert

RGB 139 30 53 -
CMYK 0 0.78 0.62 0.45
HSL 347.34º 0.64% 0.33% -
HSV(B) 347.34º 0.78% 0.55% -
XYZ 11.75 6.67 4.04 -
YUV 65.21 121.11 180.63 -
System Red Green Blue C M Y K H S L
Decimal 139 30 53 0 0.78 0.62 0.45 347.34 0.64 0.33
Hex 8B 1E 35 0 4E 3E 2D 15B 40 21
Octal 213 36 65 0 116 76 55 533 100 41
Binary 10001011 11110 110101 0 1001110 111110 101101 101011011 1000000 100001

Color Harmonies of #8B1E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1E35

Black with #8B1E35

Text Example


Text Example

White with #8B1E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,30,53); }

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

background-color css

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

 a { background-color: rgb(139,30,53); }

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

border-color css

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

 span { border-color: rgb(139,30,53); }

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