Html Css Color HEX #8A040D Sangria

📋 copy color: '#8A040D'

red 138 ◦ green 4 ◦ blue 13

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

Shades of Sangria #8A040D

Tints of Sangria #8A040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 89.03%
G = 2.58%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A040D (or 0x8A040D) is known color: Sangria. HEX triplet: 8A, 04 and 0D. RGB value is (138,4,13). Sum of RGB (Red+Green+Blue) = 138+4+13=155 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.03% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 138 - color contains mainly: red. Hex color #8A040D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A040D is #75FBF2. Grayscale: #2D2D2D. Windows color (decimal): -7732211 or 853130. OLE color: 853130.

HSL color Cylindrical-coordinate representation of color #8A040D: hue angle of 355.97º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A040D is Cyan = 0, Magento = 0.97, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 4 13 -
CMYK 0 0.97 0.91 0.46
HSL 355.97º 0.94% 0.28% -
HSV(B) 355.97º 0.97% 0.54% -
XYZ 10.6 5.52 0.89 -
YUV 45.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 138 4 13 0 0.97 0.91 0.46 355.97 0.94 0.28
Hex 8A 4 D 0 61 5B 2E 164 5E 1C
Octal 212 4 15 0 141 133 56 544 136 34
Binary 10001010 100 1101 0 1100001 1011011 101110 101100100 1011110 11100

Color Harmonies of #8A040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A040D

Black with #8A040D

Text Example


Text Example

White with #8A040D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,4,13); }

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

background-color css

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

 a { background-color: rgb(138,4,13); }

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

border-color css

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

 span { border-color: rgb(138,4,13); }

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