#52070E

Color #52070E Bordeaux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bordeaux #52070E

Tints of Bordeaux #52070E

Color information

#52070E (or 0x52070E) is unknown color: approx Bordeaux. HEX triplet: 52, 07 and 0E. RGB value is (82,7,14). Sum of RGB (Red+Green+Blue) = 82+7+14=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 14 (5.86% from 255 or 13.59% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #52070E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52070E is #ADF8F1. Grayscale: #1E1E1E. Windows color (decimal): -11401458 or 919378. OLE color: 919378.

HSL color Cylindrical-coordinate representation of color #52070E: hue angle of 354.4º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #52070E is Cyan = 0, Magento = 0.91, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB82714-
CMYK00.910.830.68
HSL354.4º84.27%17.45%-
HSV(B)354.4º91.46%32.16%-
XYZ3.631.980.61-
YUV30.22118.85164.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 79.61%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 14 (5.86% from 255) = 13.59%
R=79.61%
G=6.80%
B=13.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8271400.910.830.68354.484.2717.45
Hex527E05B53441625411
Octal122716013312310454212421
Binary101001011111100101101110100111000100101100010101010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52070E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52070E; }

 p { color: rgb(82,7,14); }

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

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

 a { background-color: rgb(82,7,14); }

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

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

 span { border-color: rgb(82,7,14); }

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