Html Css Color HEX #8A1A30 Shiraz

📋 copy color: '#8A1A30'

red 138 ◦ green 26 ◦ blue 48

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

Shades of Shiraz #8A1A30

Tints of Shiraz #8A1A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.26%

 BLUE value IS 48 (19.14% from 255) = 22.64%

R = 65.09%
G = 12.26%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#8A1A30 (or 0x8A1A30) is known color: Shiraz. HEX triplet: 8A, 1A and 30. RGB value is (138,26,48). Sum of RGB (Red+Green+Blue) = 138+26+48=212 (28% of max value = 765). Red value is 138 (54.30% from 255 or 65.09% from 212); Green value is 26 (10.55% from 255 or 12.26% from 212); Blue value is 48 (19.14% from 255 or 22.64% from 212); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A1A30 is #75E5CF. Grayscale: #3E3E3E. Windows color (decimal): -7726544 or 3152522. OLE color: 3152522.

HSL color Cylindrical-coordinate representation of color #8A1A30: hue angle of 348.21º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A30 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 26 48 -
CMYK 0 0.81 0.65 0.46
HSL 348.21º 0.68% 0.32% -
HSV(B) 348.21º 0.81% 0.54% -
XYZ 11.38 6.36 3.42 -
YUV 62 120.11 182.21 -
System Red Green Blue C M Y K H S L
Decimal 138 26 48 0 0.81 0.65 0.46 348.21 0.68 0.32
Hex 8A 1A 30 0 51 41 2E 15C 44 20
Octal 212 32 60 0 121 101 56 534 104 40
Binary 10001010 11010 110000 0 1010001 1000001 101110 101011100 1000100 100000

Color Harmonies of #8A1A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A30

Black with #8A1A30

Text Example


Text Example

White with #8A1A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,48); }

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

background-color css

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

 a { background-color: rgb(138,26,48); }

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

border-color css

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

 span { border-color: rgb(138,26,48); }

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