Html Css Color HEX #8A1435 Shiraz

📋 copy color: '#8A1435'

red 138 ◦ green 20 ◦ blue 53

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

Shades of Shiraz #8A1435

Tints of Shiraz #8A1435

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.48%

 BLUE value IS 53 (21.09% from 255) = 25.12%

R = 65.4%
G = 9.48%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#8A1435 (or 0x8A1435) is known color: Shiraz. HEX triplet: 8A, 14 and 35. RGB value is (138,20,53). Sum of RGB (Red+Green+Blue) = 138+20+53=211 (27% of max value = 765). Red value is 138 (54.30% from 255 or 65.40% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1435 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A1435 is #75EBCA. Grayscale: #3B3B3B. Windows color (decimal): -7728075 or 3478666. OLE color: 3478666.

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

Color convert

RGB 138 20 53 -
CMYK 0 0.86 0.62 0.46
HSL 343.22º 0.75% 0.31% -
HSV(B) 343.22º 0.86% 0.54% -
XYZ 11.37 6.16 3.96 -
YUV 59.04 124.59 184.32 -
System Red Green Blue C M Y K H S L
Decimal 138 20 53 0 0.86 0.62 0.46 343.22 0.75 0.31
Hex 8A 14 35 0 56 3E 2E 157 4B 1F
Octal 212 24 65 0 126 76 56 527 113 37
Binary 10001010 10100 110101 0 1010110 111110 101110 101010111 1001011 11111

Color Harmonies of #8A1435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1435

Black with #8A1435

Text Example


Text Example

White with #8A1435

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,53); }

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

background-color css

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

 a { background-color: rgb(138,20,53); }

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

border-color css

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

 span { border-color: rgb(138,20,53); }

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