Html Css Color HEX #80030C Sangria

📋 copy color: '#80030C'

red 128 ◦ green 3 ◦ blue 12

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

Shades of Sangria #80030C

Tints of Sangria #80030C

RGB

 RED value IS 128 (50.39% from 255) = 89.51%

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

 BLUE value IS 12 (5.08% from 255) = 8.39%

R = 89.51%
G = 2.1%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#80030C (or 0x80030C) is known color: Sangria. HEX triplet: 80, 03 and 0C. RGB value is (128,3,12). Sum of RGB (Red+Green+Blue) = 128+3+12=143 (18% of max value = 765). Red value is 128 (50.39% from 255 or 89.51% from 143); Green value is 3 (1.56% from 255 or 2.10% from 143); Blue value is 12 (5.08% from 255 or 8.39% from 143); Max value from RGB is 128 - color contains mainly: red. Hex color #80030C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #80030C is #7FFCF3. Grayscale: #292929. Windows color (decimal): -8387828 or 787328. OLE color: 787328.

HSL color Cylindrical-coordinate representation of color #80030C: hue angle of 355.68º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #80030C is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 3 12 -
CMYK 0 0.98 0.91 0.50
HSL 355.68º 0.95% 0.26% -
HSV(B) 355.68º 0.98% 0.5% -
XYZ 9 4.68 0.78 -
YUV 41.4 111.41 189.77 -
System Red Green Blue C M Y K H S L
Decimal 128 3 12 0 0.98 0.91 0.50 355.68 0.95 0.26
Hex 80 3 C 0 62 5B 32 164 5F 1A
Octal 200 3 14 0 142 133 62 544 137 32
Binary 10000000 11 1100 0 1100010 1011011 110010 101100100 1011111 11010

Color Harmonies of #80030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80030C

Black with #80030C

Text Example


Text Example

White with #80030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80030C; }

 p { color: rgb(128,3,12); }

 H1.HeaderClassName
 {
   color: #80030C;
 }
 .AnyTagClassName
 {
   color: #80030C;
 }
</style>

background-color css

<style>
 a { background-color: #80030C; }

 a { background-color: rgb(128,3,12); }

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

border-color css

<style>
 span { border-color: #80030C; }

 span { border-color: rgb(128,3,12); }

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