Html Css Color HEX #8B223C Shiraz

📋 copy color: '#8B223C'

red 139 ◦ green 34 ◦ blue 60

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

Shades of Shiraz #8B223C

Tints of Shiraz #8B223C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.59%

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

R = 59.66%
G = 14.59%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.57

 K value IS 0.45

RGB Variations

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

Color information

#8B223C (or 0x8B223C) is known color: Shiraz. HEX triplet: 8B, 22 and 3C. RGB value is (139,34,60). Sum of RGB (Red+Green+Blue) = 139+34+60=233 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.66% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 139 - color contains mainly: red. Hex color #8B223C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B223C is #74DDC3. Grayscale: #444444. Windows color (decimal): -7658948 or 3941003. OLE color: 3941003.

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

Color convert

RGB 139 34 60 -
CMYK 0 0.76 0.57 0.45
HSL 345.14º 0.61% 0.34% -
HSV(B) 345.14º 0.76% 0.55% -
XYZ 12.04 6.96 4.98 -
YUV 68.36 123.29 178.39 -
System Red Green Blue C M Y K H S L
Decimal 139 34 60 0 0.76 0.57 0.45 345.14 0.61 0.34
Hex 8B 22 3C 0 4C 39 2D 159 3D 22
Octal 213 42 74 0 114 71 55 531 75 42
Binary 10001011 100010 111100 0 1001100 111001 101101 101011001 111101 100010

Color Harmonies of #8B223C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B223C

Black with #8B223C

Text Example


Text Example

White with #8B223C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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