Html Css Color HEX #8A233A Shiraz

📋 copy color: '#8A233A'

red 138 ◦ green 35 ◦ blue 58

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

Shades of Shiraz #8A233A

Tints of Shiraz #8A233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

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

R = 59.74%
G = 15.15%
B = 25.11%

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

#8A233A (or 0x8A233A) is known color: Shiraz. HEX triplet: 8A, 23 and 3A. RGB value is (138,35,58). Sum of RGB (Red+Green+Blue) = 138+35+58=231 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.74% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 138 - color contains mainly: red. Hex color #8A233A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A233A is #75DCC5. Grayscale: #444444. Windows color (decimal): -7724230 or 3810186. OLE color: 3810186.

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

Color convert

RGB 138 35 58 -
CMYK 0 0.75 0.58 0.46
HSL 346.6º 0.6% 0.34% -
HSV(B) 346.6º 0.75% 0.54% -
XYZ 11.85 6.91 4.71 -
YUV 68.42 122.12 177.63 -
System Red Green Blue C M Y K H S L
Decimal 138 35 58 0 0.75 0.58 0.46 346.6 0.6 0.34
Hex 8A 23 3A 0 4B 3A 2E 15B 3C 22
Octal 212 43 72 0 113 72 56 533 74 42
Binary 10001010 100011 111010 0 1001011 111010 101110 101011011 111100 100010

Color Harmonies of #8A233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A233A

Black with #8A233A

Text Example


Text Example

White with #8A233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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