Html Css Color HEX #8A010D Sangria

📋 copy color: '#8A010D'

red 138 ◦ green 1 ◦ blue 13

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

Shades of Sangria #8A010D

Tints of Sangria #8A010D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 90.79%
G = 0.66%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A010D (or 0x8A010D) is known color: Sangria. HEX triplet: 8A, 01 and 0D. RGB value is (138,1,13). Sum of RGB (Red+Green+Blue) = 138+1+13=152 (20% of max value = 765). Red value is 138 (54.30% from 255 or 90.79% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 13 (5.47% from 255 or 8.55% from 152); Max value from RGB is 138 - color contains mainly: red. Hex color #8A010D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A010D is #75FEF2. Grayscale: #2B2B2B. Windows color (decimal): -7732979 or 852362. OLE color: 852362.

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

Color convert

RGB 138 1 13 -
CMYK 0 0.99 0.91 0.46
HSL 354.74º 0.99% 0.27% -
HSV(B) 354.74º 0.99% 0.54% -
XYZ 10.56 5.45 0.88 -
YUV 43.33 110.89 195.52 -
System Red Green Blue C M Y K H S L
Decimal 138 1 13 0 0.99 0.91 0.46 354.74 0.99 0.27
Hex 8A 1 D 0 63 5B 2E 163 63 1B
Octal 212 1 15 0 143 133 56 543 143 33
Binary 10001010 1 1101 0 1100011 1011011 101110 101100011 1100011 11011

Color Harmonies of #8A010D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A010D

Black with #8A010D

Text Example


Text Example

White with #8A010D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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