Html Css Color HEX #8A1038 Shiraz

📋 copy color: '#8A1038'

red 138 ◦ green 16 ◦ blue 56

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

Shades of Shiraz #8A1038

Tints of Shiraz #8A1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.62%

 BLUE value IS 56 (22.27% from 255) = 26.67%

R = 65.71%
G = 7.62%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#8A1038 (or 0x8A1038) is known color: Shiraz. HEX triplet: 8A, 10 and 38. RGB value is (138,16,56). Sum of RGB (Red+Green+Blue) = 138+16+56=210 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.71% from 210); Green value is 16 (6.64% from 255 or 7.62% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1038 is #75EFC7. Grayscale: #393939. Windows color (decimal): -7729096 or 3674250. OLE color: 3674250.

HSL color Cylindrical-coordinate representation of color #8A1038: hue angle of 340.33º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1038 is Cyan = 0, Magento = 0.88, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 16 56 -
CMYK 0 0.88 0.59 0.46
HSL 340.33º 0.79% 0.3% -
HSV(B) 340.33º 0.88% 0.54% -
XYZ 11.38 6.06 4.31 -
YUV 57.04 127.42 185.75 -
System Red Green Blue C M Y K H S L
Decimal 138 16 56 0 0.88 0.59 0.46 340.33 0.79 0.3
Hex 8A 10 38 0 58 3B 2E 154 4F 1E
Octal 212 20 70 0 130 73 56 524 117 36
Binary 10001010 10000 111000 0 1011000 111011 101110 101010100 1001111 11110

Color Harmonies of #8A1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1038

Black with #8A1038

Text Example


Text Example

White with #8A1038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,56); }

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

background-color css

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

 a { background-color: rgb(138,16,56); }

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

border-color css

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

 span { border-color: rgb(138,16,56); }

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