#8A2335

Color #8A2335 Shiraz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shiraz #8A2335

Tints of Shiraz #8A2335

Color information

#8A2335 (or 0x8A2335) is unknown color: approx Shiraz. HEX triplet: 8A, 23 and 35. RGB value is (138,35,53). Sum of RGB (Red+Green+Blue) = 138+35+53=226 (29% of max value = 765). Red value is 138 (54.30% from 255 or 61.06% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 53 (21.09% from 255 or 23.45% from 226); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2335 is #75DCCA. Grayscale: #434343. Windows color (decimal): -7724235 or 3482506. OLE color: 3482506.

HSL color Cylindrical-coordinate representation of color #8A2335: hue angle of 349.51º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A2335 is Cyan = 0, Magento = 0.75, Yellow = 0.62 and Black (K on CMYK) = 0.46.

Color convert

RGB1383553-
CMYK00.750.620.46
HSL349.51º59.54%33.92%-
HSV(B)349.51º74.64%54.12%-
XYZ11.726.864.07-
YUV67.85119.62178.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 61.06%
GREEN value IS 35 (14.06% from 255) = 15.49%
BLUE value IS 53 (21.09% from 255) = 23.45%
R=61.06%
G=15.49%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138355300.750.620.46349.5159.5433.92
Hex8A233504B3E2E15e3c22
Octal2124365011376565367442
Binary1000101010001111010101001011111110101110101011110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A2335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,35,53); }

 H1.HeaderClassName
 {
   color: #8A2335;
 }
 .AnyTagClassName
 {
   color: #8A2335;
 }
</style>
background-color css

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

 a { background-color: rgb(138,35,53); }

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

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

 span { border-color: rgb(138,35,53); }

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