Html Css Color HEX #8B253D Shiraz

📋 copy color: '#8B253D'

red 139 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #8B253D

Tints of Shiraz #8B253D

RGB

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

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

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

R = 58.65%
G = 15.61%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#8B253D (or 0x8B253D) is known color: Shiraz. HEX triplet: 8B, 25 and 3D. RGB value is (139,37,61). Sum of RGB (Red+Green+Blue) = 139+37+61=237 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.65% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 61 (24.22% from 255 or 25.74% from 237); Max value from RGB is 139 - color contains mainly: red. Hex color #8B253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B253D is #74DAC2. Grayscale: #464646. Windows color (decimal): -7658179 or 4007307. OLE color: 4007307.

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

Color convert

RGB 139 37 61 -
CMYK 0 0.73 0.56 0.45
HSL 345.88º 0.58% 0.35% -
HSV(B) 345.88º 0.73% 0.55% -
XYZ 12.15 7.15 5.15 -
YUV 70.23 122.79 177.05 -
System Red Green Blue C M Y K H S L
Decimal 139 37 61 0 0.73 0.56 0.45 345.88 0.58 0.35
Hex 8B 25 3D 0 49 38 2D 15A 3A 23
Octal 213 45 75 0 111 70 55 532 72 43
Binary 10001011 100101 111101 0 1001001 111000 101101 101011010 111010 100011

Color Harmonies of #8B253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B253D

Black with #8B253D

Text Example


Text Example

White with #8B253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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