Html Css Color HEX #52050E Bordeaux

📋 copy color: '#52050E'

red 82 ◦ green 5 ◦ blue 14

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

Shades of Bordeaux #52050E

Tints of Bordeaux #52050E

RGB

 RED value IS 82 (32.42% from 255) = 81.19%

 GREEN value IS 5 (2.34% from 255) = 4.95%

 BLUE value IS 14 (5.86% from 255) = 13.86%

R = 81.19%
G = 4.95%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52050E (or 0x52050E) is known color: Bordeaux. HEX triplet: 52, 05 and 0E. RGB value is (82,5,14). Sum of RGB (Red+Green+Blue) = 82+5+14=101 (13% of max value = 765). Red value is 82 (32.42% from 255 or 81.19% from 101); Green value is 5 (2.34% from 255 or 4.95% from 101); Blue value is 14 (5.86% from 255 or 13.86% from 101); Max value from RGB is 82 - color contains mainly: red. Hex color #52050E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52050E is #ADFAF1. Grayscale: #1D1D1D. Windows color (decimal): -11401970 or 918866. OLE color: 918866.

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

Color convert

RGB 82 5 14 -
CMYK 0 0.94 0.83 0.68
HSL 352.99º 0.89% 0.17% -
HSV(B) 352.99º 0.94% 0.32% -
XYZ 3.61 1.93 0.6 -
YUV 29.05 119.51 165.77 -
System Red Green Blue C M Y K H S L
Decimal 82 5 14 0 0.94 0.83 0.68 352.99 0.89 0.17
Hex 52 5 E 0 5E 53 44 161 59 11
Octal 122 5 16 0 136 123 104 541 131 21
Binary 1010010 101 1110 0 1011110 1010011 1000100 101100001 1011001 10001

Color Harmonies of #52050E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52050E

Black with #52050E

Text Example


Text Example

White with #52050E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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