Html Css Color HEX #8A213F Shiraz

📋 copy color: '#8A213F'

red 138 ◦ green 33 ◦ blue 63

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

Shades of Shiraz #8A213F

Tints of Shiraz #8A213F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 58.97%
G = 14.1%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#8A213F (or 0x8A213F) is known color: Shiraz. HEX triplet: 8A, 21 and 3F. RGB value is (138,33,63). Sum of RGB (Red+Green+Blue) = 138+33+63=234 (30% of max value = 765). Red value is 138 (54.30% from 255 or 58.97% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 138 - color contains mainly: red. Hex color #8A213F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A213F is #75DEC0. Grayscale: #434343. Windows color (decimal): -7724737 or 4137354. OLE color: 4137354.

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

Color convert

RGB 138 33 63 -
CMYK 0 0.76 0.54 0.46
HSL 342.86º 0.61% 0.34% -
HSV(B) 342.86º 0.76% 0.54% -
XYZ 11.92 6.85 5.4 -
YUV 67.82 125.29 178.06 -
System Red Green Blue C M Y K H S L
Decimal 138 33 63 0 0.76 0.54 0.46 342.86 0.61 0.34
Hex 8A 21 3F 0 4C 36 2E 157 3D 22
Octal 212 41 77 0 114 66 56 527 75 42
Binary 10001010 100001 111111 0 1001100 110110 101110 101010111 111101 100010

Color Harmonies of #8A213F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A213F

Black with #8A213F

Text Example


Text Example

White with #8A213F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,33,63); }

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

background-color css

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

 a { background-color: rgb(138,33,63); }

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

border-color css

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

 span { border-color: rgb(138,33,63); }

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