Html Css Color HEX #8B153D Shiraz

📋 copy color: '#8B153D'

red 139 ◦ green 21 ◦ blue 61

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

Shades of Shiraz #8B153D

Tints of Shiraz #8B153D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.5%

 BLUE value IS 61 (24.22% from 255) = 27.6%

R = 62.9%
G = 9.5%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8B153D (or 0x8B153D) is known color: Shiraz. HEX triplet: 8B, 15 and 3D. RGB value is (139,21,61). Sum of RGB (Red+Green+Blue) = 139+21+61=221 (29% of max value = 765). Red value is 139 (54.69% from 255 or 62.90% from 221); Green value is 21 (8.59% from 255 or 9.50% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 139 - color contains mainly: red. Hex color #8B153D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B153D is #74EAC2. Grayscale: #3C3C3C. Windows color (decimal): -7662275 or 4003211. OLE color: 4003211.

HSL color Cylindrical-coordinate representation of color #8B153D: hue angle of 339.66º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8B153D is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 21 61 -
CMYK 0 0.85 0.56 0.45
HSL 339.66º 0.74% 0.31% -
HSV(B) 339.66º 0.85% 0.55% -
XYZ 11.76 6.36 5.02 -
YUV 60.84 128.09 183.75 -
System Red Green Blue C M Y K H S L
Decimal 139 21 61 0 0.85 0.56 0.45 339.66 0.74 0.31
Hex 8B 15 3D 0 55 38 2D 154 4A 1F
Octal 213 25 75 0 125 70 55 524 112 37
Binary 10001011 10101 111101 0 1010101 111000 101101 101010100 1001010 11111

Color Harmonies of #8B153D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B153D

Black with #8B153D

Text Example


Text Example

White with #8B153D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,21,61); }

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

background-color css

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

 a { background-color: rgb(139,21,61); }

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

border-color css

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

 span { border-color: rgb(139,21,61); }

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