Html Css Color HEX #8A223A Shiraz

📋 copy color: '#8A223A'

red 138 ◦ green 34 ◦ blue 58

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

Shades of Shiraz #8A223A

Tints of Shiraz #8A223A

RGB

 RED value IS 138 (54.3% from 255) = 60%

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

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 60%
G = 14.78%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#8A223A (or 0x8A223A) is known color: Shiraz. HEX triplet: 8A, 22 and 3A. RGB value is (138,34,58). Sum of RGB (Red+Green+Blue) = 138+34+58=230 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60% from 230); Green value is 34 (13.67% from 255 or 14.78% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 138 - color contains mainly: red. Hex color #8A223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A223A is #75DDC5. Grayscale: #434343. Windows color (decimal): -7724486 or 3809930. OLE color: 3809930.

HSL color Cylindrical-coordinate representation of color #8A223A: hue angle of 346.15º 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 #8A223A is Cyan = 0, Magento = 0.75, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 34 58 -
CMYK 0 0.75 0.58 0.46
HSL 346.15º 0.6% 0.34% -
HSV(B) 346.15º 0.75% 0.54% -
XYZ 11.82 6.85 4.7 -
YUV 67.83 122.46 178.05 -
System Red Green Blue C M Y K H S L
Decimal 138 34 58 0 0.75 0.58 0.46 346.15 0.6 0.34
Hex 8A 22 3A 0 4B 3A 2E 15A 3C 22
Octal 212 42 72 0 113 72 56 532 74 42
Binary 10001010 100010 111010 0 1001011 111010 101110 101011010 111100 100010

Color Harmonies of #8A223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A223A

Black with #8A223A

Text Example


Text Example

White with #8A223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,34,58); }

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

background-color css

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

 a { background-color: rgb(138,34,58); }

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

border-color css

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

 span { border-color: rgb(138,34,58); }

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