Html Css Color HEX #840006 Sangria

📋 copy color: '#840006'

red 132 ◦ green 0 ◦ blue 6

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

Shades of Sangria #840006

Tints of Sangria #840006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.35%

R = 95.65%
G = 0%
B = 4.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#840006 (or 0x840006) is known color: Sangria. HEX triplet: 84, 00 and 06. RGB value is (132,0,6). Sum of RGB (Red+Green+Blue) = 132+0+6=138 (18% of max value = 765). Red value is 132 (51.95% from 255 or 95.65% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 6 (2.73% from 255 or 4.35% from 138); Max value from RGB is 132 - color contains mainly: red. Hex color #840006 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #840006 is #7BFFF9. Grayscale: #282828. Windows color (decimal): -8126458 or 393348. OLE color: 393348.

HSL color Cylindrical-coordinate representation of color #840006: hue angle of 357.27º 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 #840006 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 0 6 -
CMYK 0 1 0.95 0.48
HSL 357.27º 1% 0.26% -
HSV(B) 357.27º 1% 0.52% -
XYZ 9.55 4.92 0.62 -
YUV 40.15 108.73 193.51 -
System Red Green Blue C M Y K H S L
Decimal 132 0 6 0 1 0.95 0.48 357.27 1 0.26
Hex 84 0 6 0 64 5F 30 165 64 1A
Octal 204 0 6 0 144 137 60 545 144 32
Binary 10000100 0 110 0 1100100 1011111 110000 101100101 1100100 11010

Color Harmonies of #840006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840006

Black with #840006

Text Example


Text Example

White with #840006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840006; }

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

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

background-color css

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

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

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

border-color css

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

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

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