Html Css Color HEX #8A0208 Sangria

📋 copy color: '#8A0208'

red 138 ◦ green 2 ◦ blue 8

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

Shades of Sangria #8A0208

Tints of Sangria #8A0208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 8 (3.52% from 255) = 5.41%

R = 93.24%
G = 1.35%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.46

RGB Variations

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

Color information

#8A0208 (or 0x8A0208) is known color: Sangria. HEX triplet: 8A, 02 and 08. RGB value is (138,2,8). Sum of RGB (Red+Green+Blue) = 138+2+8=148 (19% of max value = 765). Red value is 138 (54.30% from 255 or 93.24% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0208 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A0208 is #75FDF7. Grayscale: #2B2B2B. Windows color (decimal): -7732728 or 524938. OLE color: 524938.

HSL color Cylindrical-coordinate representation of color #8A0208: hue angle of 357.35º degrees, saturation: 0.97, 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 #8A0208 is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 2 8 -
CMYK 0 0.99 0.94 0.46
HSL 357.35º 0.97% 0.27% -
HSV(B) 357.35º 0.99% 0.54% -
XYZ 10.55 5.46 0.73 -
YUV 43.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 138 2 8 0 0.99 0.94 0.46 357.35 0.97 0.27
Hex 8A 2 8 0 63 5E 2E 165 61 1B
Octal 212 2 10 0 143 136 56 545 141 33
Binary 10001010 10 1000 0 1100011 1011110 101110 101100101 1100001 11011

Color Harmonies of #8A0208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A0208

Black with #8A0208

Text Example


Text Example

White with #8A0208

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,2,8); }

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

background-color css

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

 a { background-color: rgb(138,2,8); }

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

border-color css

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

 span { border-color: rgb(138,2,8); }

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