Html Css Color HEX #8A0312 Sangria

📋 copy color: '#8A0312'

red 138 ◦ green 3 ◦ blue 18

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

Shades of Sangria #8A0312

Tints of Sangria #8A0312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.89%

 BLUE value IS 18 (7.42% from 255) = 11.32%

R = 86.79%
G = 1.89%
B = 11.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.46

RGB Variations

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

Color information

#8A0312 (or 0x8A0312) is known color: Sangria. HEX triplet: 8A, 03 and 12. RGB value is (138,3,18). Sum of RGB (Red+Green+Blue) = 138+3+18=159 (21% of max value = 765). Red value is 138 (54.30% from 255 or 86.79% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 18 (7.42% from 255 or 11.32% from 159); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0312 is #75FCED. Grayscale: #2D2D2D. Windows color (decimal): -7732462 or 1180554. OLE color: 1180554.

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

Color convert

RGB 138 3 18 -
CMYK 0 0.98 0.87 0.46
HSL 353.33º 0.96% 0.28% -
HSV(B) 353.33º 0.98% 0.54% -
XYZ 10.62 5.51 1.08 -
YUV 45.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 138 3 18 0 0.98 0.87 0.46 353.33 0.96 0.28
Hex 8A 3 12 0 62 57 2E 161 60 1C
Octal 212 3 22 0 142 127 56 541 140 34
Binary 10001010 11 10010 0 1100010 1010111 101110 101100001 1100000 11100

Color Harmonies of #8A0312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0312

Black with #8A0312

Text Example


Text Example

White with #8A0312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,3,18); }

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

background-color css

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

 a { background-color: rgb(138,3,18); }

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

border-color css

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

 span { border-color: rgb(138,3,18); }

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