Html Css Color HEX #8A030D Sangria

📋 copy color: '#8A030D'

red 138 ◦ green 3 ◦ blue 13

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

Shades of Sangria #8A030D

Tints of Sangria #8A030D

RGB

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

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

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

R = 89.61%
G = 1.95%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.46

RGB Variations

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

Color information

#8A030D (or 0x8A030D) is known color: Sangria. HEX triplet: 8A, 03 and 0D. RGB value is (138,3,13). Sum of RGB (Red+Green+Blue) = 138+3+13=154 (20% of max value = 765). Red value is 138 (54.30% from 255 or 89.61% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 138 - color contains mainly: red. Hex color #8A030D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8A030D is #75FCF2. Grayscale: #2C2C2C. Windows color (decimal): -7732467 or 852874. OLE color: 852874.

HSL color Cylindrical-coordinate representation of color #8A030D: hue angle of 355.56º 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 #8A030D is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 3 13 -
CMYK 0 0.98 0.91 0.46
HSL 355.56º 0.96% 0.28% -
HSV(B) 355.56º 0.98% 0.54% -
XYZ 10.59 5.5 0.88 -
YUV 44.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 138 3 13 0 0.98 0.91 0.46 355.56 0.96 0.28
Hex 8A 3 D 0 62 5B 2E 164 60 1C
Octal 212 3 15 0 142 133 56 544 140 34
Binary 10001010 11 1101 0 1100010 1011011 101110 101100100 1100000 11100

Color Harmonies of #8A030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A030D

Black with #8A030D

Text Example


Text Example

White with #8A030D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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