Html Css Color HEX #8B273C Shiraz

📋 copy color: '#8B273C'

red 139 ◦ green 39 ◦ blue 60

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

Shades of Shiraz #8B273C

Tints of Shiraz #8B273C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.39%

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

R = 58.4%
G = 16.39%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B273C (or 0x8B273C) is known color: Shiraz. HEX triplet: 8B, 27 and 3C. RGB value is (139,39,60). Sum of RGB (Red+Green+Blue) = 139+39+60=238 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.40% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 139 - color contains mainly: red. Hex color #8B273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B273C is #74D8C3. Grayscale: #474747. Windows color (decimal): -7657668 or 3942283. OLE color: 3942283.

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

Color convert

RGB 139 39 60 -
CMYK 0 0.72 0.57 0.45
HSL 347.4º 0.56% 0.35% -
HSV(B) 347.4º 0.72% 0.55% -
XYZ 12.19 7.27 5.04 -
YUV 71.29 121.63 176.29 -
System Red Green Blue C M Y K H S L
Decimal 139 39 60 0 0.72 0.57 0.45 347.4 0.56 0.35
Hex 8B 27 3C 0 48 39 2D 15B 38 23
Octal 213 47 74 0 110 71 55 533 70 43
Binary 10001011 100111 111100 0 1001000 111001 101101 101011011 111000 100011

Color Harmonies of #8B273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B273C

Black with #8B273C

Text Example


Text Example

White with #8B273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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