Html Css Color HEX #8B293C Shiraz

📋 copy color: '#8B293C'

red 139 ◦ green 41 ◦ blue 60

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

Shades of Shiraz #8B293C

Tints of Shiraz #8B293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

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

R = 57.92%
G = 17.08%
B = 25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B293C (or 0x8B293C) is known color: Shiraz. HEX triplet: 8B, 29 and 3C. RGB value is (139,41,60). Sum of RGB (Red+Green+Blue) = 139+41+60=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B293C is #74D6C3. Grayscale: #484848. Windows color (decimal): -7657156 or 3942795. OLE color: 3942795.

HSL color Cylindrical-coordinate representation of color #8B293C: hue angle of 348.37º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8B293C is Cyan = 0, Magento = 0.71, Yellow = 0.57 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 41 60 -
CMYK 0 0.71 0.57 0.45
HSL 348.37º 0.54% 0.35% -
HSV(B) 348.37º 0.71% 0.55% -
XYZ 12.26 7.4 5.06 -
YUV 72.47 120.97 175.46 -
System Red Green Blue C M Y K H S L
Decimal 139 41 60 0 0.71 0.57 0.45 348.37 0.54 0.35
Hex 8B 29 3C 0 47 39 2D 15C 36 23
Octal 213 51 74 0 107 71 55 534 66 43
Binary 10001011 101001 111100 0 1000111 111001 101101 101011100 110110 100011

Color Harmonies of #8B293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B293C

Black with #8B293C

Text Example


Text Example

White with #8B293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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