Html Css Color HEX #8B1735 Shiraz

📋 copy color: '#8B1735'

red 139 ◦ green 23 ◦ blue 53

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

Shades of Shiraz #8B1735

Tints of Shiraz #8B1735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.7%

 BLUE value IS 53 (21.09% from 255) = 24.65%

R = 64.65%
G = 10.7%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.45

RGB Variations

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

Color information

#8B1735 (or 0x8B1735) is known color: Shiraz. HEX triplet: 8B, 17 and 35. RGB value is (139,23,53). Sum of RGB (Red+Green+Blue) = 139+23+53=215 (28% of max value = 765). Red value is 139 (54.69% from 255 or 64.65% from 215); Green value is 23 (9.38% from 255 or 10.70% from 215); Blue value is 53 (21.09% from 255 or 24.65% from 215); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1735 is #74E8CA. Grayscale: #3D3D3D. Windows color (decimal): -7661771 or 3479435. OLE color: 3479435.

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

Color convert

RGB 139 23 53 -
CMYK 0 0.83 0.62 0.45
HSL 344.48º 0.72% 0.32% -
HSV(B) 344.48º 0.83% 0.55% -
XYZ 11.6 6.36 3.98 -
YUV 61.1 123.43 183.56 -
System Red Green Blue C M Y K H S L
Decimal 139 23 53 0 0.83 0.62 0.45 344.48 0.72 0.32
Hex 8B 17 35 0 53 3E 2D 158 48 20
Octal 213 27 65 0 123 76 55 530 110 40
Binary 10001011 10111 110101 0 1010011 111110 101101 101011000 1001000 100000

Color Harmonies of #8B1735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1735

Black with #8B1735

Text Example


Text Example

White with #8B1735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,23,53); }

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

background-color css

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

 a { background-color: rgb(139,23,53); }

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

border-color css

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

 span { border-color: rgb(139,23,53); }

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