Html Css Color HEX #8A1633 Shiraz

📋 copy color: '#8A1633'

red 138 ◦ green 22 ◦ blue 51

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

Shades of Shiraz #8A1633

Tints of Shiraz #8A1633

RGB

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

 GREEN value IS 22 (8.98% from 255) = 10.43%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 65.4%
G = 10.43%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.46

RGB Variations

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

Color information

#8A1633 (or 0x8A1633) is known color: Shiraz. HEX triplet: 8A, 16 and 33. RGB value is (138,22,51). Sum of RGB (Red+Green+Blue) = 138+22+51=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 22 (8.98% from 255 or 10.43% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1633 is #75E9CC. Grayscale: #3B3B3B. Windows color (decimal): -7727565 or 3348106. OLE color: 3348106.

HSL color Cylindrical-coordinate representation of color #8A1633: hue angle of 345º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8A1633 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 22 51 -
CMYK 0 0.84 0.63 0.46
HSL 345º 0.73% 0.31% -
HSV(B) 345º 0.84% 0.54% -
XYZ 11.37 6.22 3.73 -
YUV 59.99 122.93 183.64 -
System Red Green Blue C M Y K H S L
Decimal 138 22 51 0 0.84 0.63 0.46 345 0.73 0.31
Hex 8A 16 33 0 54 3F 2E 159 48 1F
Octal 212 26 63 0 124 77 56 531 110 37
Binary 10001010 10110 110011 0 1010100 111111 101110 101011001 1001000 11111

Color Harmonies of #8A1633

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1633

Black with #8A1633

Text Example


Text Example

White with #8A1633

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,22,51); }

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

background-color css

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

 a { background-color: rgb(138,22,51); }

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

border-color css

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

 span { border-color: rgb(138,22,51); }

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