Html Css Color HEX #8B2740 Shiraz

📋 copy color: '#8B2740'

red 139 ◦ green 39 ◦ blue 64

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

Shades of Shiraz #8B2740

Tints of Shiraz #8B2740

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.45%

R = 57.44%
G = 16.12%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.45

RGB Variations

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

Color information

#8B2740 (or 0x8B2740) is known color: Shiraz. HEX triplet: 8B, 27 and 40. RGB value is (139,39,64). Sum of RGB (Red+Green+Blue) = 139+39+64=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2740 is #74D8BF. Grayscale: #474747. Windows color (decimal): -7657664 or 4204427. OLE color: 4204427.

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

Color convert

RGB 139 39 64 -
CMYK 0 0.72 0.54 0.45
HSL 345º 0.56% 0.35% -
HSV(B) 345º 0.72% 0.55% -
XYZ 12.3 7.31 5.61 -
YUV 71.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 139 39 64 0 0.72 0.54 0.45 345 0.56 0.35
Hex 8B 27 40 0 48 36 2D 159 38 23
Octal 213 47 100 0 110 66 55 531 70 43
Binary 10001011 100111 1000000 0 1001000 110110 101101 101011001 111000 100011

Color Harmonies of #8B2740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2740

Black with #8B2740

Text Example


Text Example

White with #8B2740

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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