Html Css Color HEX #840003 Sangria

📋 copy color: '#840003'

red 132 ◦ green 0 ◦ blue 3

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

Shades of Sangria #840003

Tints of Sangria #840003

RGB

 RED value IS 132 (51.95% from 255) = 97.78%

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

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

R = 97.78%
G = 0%
B = 2.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#840003 (or 0x840003) is known color: Sangria. HEX triplet: 84, 00 and 03. RGB value is (132,0,3). Sum of RGB (Red+Green+Blue) = 132+0+3=135 (17% of max value = 765). Red value is 132 (51.95% from 255 or 97.78% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 132 - color contains mainly: red. Hex color #840003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840003 is #7BFFFC. Grayscale: #272727. Windows color (decimal): -8126461 or 196740. OLE color: 196740.

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

Color convert

RGB 132 0 3 -
CMYK 0 1 0.98 0.48
HSL 358.64º 1% 0.26% -
HSV(B) 358.64º 1% 0.52% -
XYZ 9.53 4.91 0.53 -
YUV 39.81 107.23 193.76 -
System Red Green Blue C M Y K H S L
Decimal 132 0 3 0 1 0.98 0.48 358.64 1 0.26
Hex 84 0 3 0 64 62 30 167 64 1A
Octal 204 0 3 0 144 142 60 547 144 32
Binary 10000100 0 11 0 1100100 1100010 110000 101100111 1100100 11010

Color Harmonies of #840003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840003

Black with #840003

Text Example


Text Example

White with #840003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840003; }

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

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

background-color css

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

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

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

border-color css

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

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

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