Html Css Color HEX #8B2538 Shiraz

📋 copy color: '#8B2538'

red 139 ◦ green 37 ◦ blue 56

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

Shades of Shiraz #8B2538

Tints of Shiraz #8B2538

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.95%

 BLUE value IS 56 (22.27% from 255) = 24.14%

R = 59.91%
G = 15.95%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#8B2538 (or 0x8B2538) is known color: Shiraz. HEX triplet: 8B, 25 and 38. RGB value is (139,37,56). Sum of RGB (Red+Green+Blue) = 139+37+56=232 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.91% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 56 (22.27% from 255 or 24.14% from 232); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B2538 is #74DAC7. Grayscale: #454545. Windows color (decimal): -7658184 or 3679627. OLE color: 3679627.

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

Color convert

RGB 139 37 56 -
CMYK 0 0.73 0.60 0.45
HSL 348.82º 0.58% 0.35% -
HSV(B) 348.82º 0.73% 0.55% -
XYZ 12.02 7.1 4.48 -
YUV 69.66 120.29 177.46 -
System Red Green Blue C M Y K H S L
Decimal 139 37 56 0 0.73 0.60 0.45 348.82 0.58 0.35
Hex 8B 25 38 0 49 3C 2D 15D 3A 23
Octal 213 45 70 0 111 74 55 535 72 43
Binary 10001011 100101 111000 0 1001001 111100 101101 101011101 111010 100011

Color Harmonies of #8B2538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B2538

Black with #8B2538

Text Example


Text Example

White with #8B2538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,37,56); }

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

background-color css

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

 a { background-color: rgb(139,37,56); }

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

border-color css

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

 span { border-color: rgb(139,37,56); }

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