#84000F

Color #84000F Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #84000F

Tints of Sangria #84000F

Color information

#84000F (or 0x84000F) is unknown color: approx Sangria. HEX triplet: 84, 00 and 0F. RGB value is (132,0,15). Sum of RGB (Red+Green+Blue) = 132+0+15=147 (19% of max value = 765). Red value is 132 (51.95% from 255 or 89.80% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 15 (6.25% from 255 or 10.20% from 147); Max value from RGB is 132 - color contains mainly: red. Hex color #84000F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #84000F is #7BFFF0. Grayscale: #292929. Windows color (decimal): -8126449 or 983172. OLE color: 983172.

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

Color convert

RGB132015-
CMYK010.890.48
HSL353.18º100%25.88%-
HSV(B)353.18º100%51.76%-
XYZ9.64.940.9-
YUV41.18113.23192.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 89.80%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 10.20%
R=89.80%
G=0%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.89
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132015010.890.48353.1810025.88
Hex840F0645930161641a
Octal20401701441316054114432
Binary1000010001111011001001011001110000101100001110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84000F; }

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

 H1.HeaderClassName
 {
   color: #84000F;
 }
 .AnyTagClassName
 {
   color: #84000F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #84000F;
 }
 .BgClassName
 {
   background-color: #84000F;
 }
</style>
border-color css

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

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

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