Html Css Color HEX #800003 Sangria

📋 copy color: '#800003'

red 128 ◦ green 0 ◦ blue 3

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

Shades of Sangria #800003

Tints of Sangria #800003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 2.29%

R = 97.71%
G = 0%
B = 2.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.50

RGB Variations

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

Color information

#800003 (or 0x800003) is known color: Sangria. HEX triplet: 80, 00 and 03. RGB value is (128,0,3). Sum of RGB (Red+Green+Blue) = 128+0+3=131 (17% of max value = 765). Red value is 128 (50.39% from 255 or 97.71% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 3 (1.56% from 255 or 2.29% from 131); Max value from RGB is 128 - color contains mainly: red. Hex color #800003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800003 is #7FFFFC. Grayscale: #262626. Windows color (decimal): -8388605 or 196736. OLE color: 196736.

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

Color convert

RGB 128 0 3 -
CMYK 0 1 0.98 0.50
HSL 358.59º 1% 0.25% -
HSV(B) 358.59º 1% 0.5% -
XYZ 8.92 4.6 0.5 -
YUV 38.61 107.91 191.76 -
System Red Green Blue C M Y K H S L
Decimal 128 0 3 0 1 0.98 0.50 358.59 1 0.25
Hex 80 0 3 0 64 62 32 167 64 19
Octal 200 0 3 0 144 142 62 547 144 31
Binary 10000000 0 11 0 1100100 1100010 110010 101100111 1100100 11001

Color Harmonies of #800003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800003

Black with #800003

Text Example


Text Example

White with #800003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800003; }

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

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

background-color css

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

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

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

border-color css

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

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

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