Html Css Color HEX #8A213D Shiraz

📋 copy color: '#8A213D'

red 138 ◦ green 33 ◦ blue 61

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

Shades of Shiraz #8A213D

Tints of Shiraz #8A213D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 26.29%

R = 59.48%
G = 14.22%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#8A213D (or 0x8A213D) is known color: Shiraz. HEX triplet: 8A, 21 and 3D. RGB value is (138,33,61). Sum of RGB (Red+Green+Blue) = 138+33+61=232 (30% of max value = 765). Red value is 138 (54.30% from 255 or 59.48% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 61 (24.22% from 255 or 26.29% from 232); Max value from RGB is 138 - color contains mainly: red. Hex color #8A213D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A213D is #75DEC2. Grayscale: #434343. Windows color (decimal): -7724739 or 4006282. OLE color: 4006282.

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

Color convert

RGB 138 33 61 -
CMYK 0 0.76 0.56 0.46
HSL 344º 0.61% 0.34% -
HSV(B) 344º 0.76% 0.54% -
XYZ 11.87 6.83 5.11 -
YUV 67.59 124.29 178.22 -
System Red Green Blue C M Y K H S L
Decimal 138 33 61 0 0.76 0.56 0.46 344 0.61 0.34
Hex 8A 21 3D 0 4C 38 2E 158 3D 22
Octal 212 41 75 0 114 70 56 530 75 42
Binary 10001010 100001 111101 0 1001100 111000 101110 101011000 111101 100010

Color Harmonies of #8A213D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A213D

Black with #8A213D

Text Example


Text Example

White with #8A213D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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