Html Css Color HEX #52061E Bordeaux

📋 copy color: '#52061E'

red 82 ◦ green 6 ◦ blue 30

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

Shades of Bordeaux #52061E

Tints of Bordeaux #52061E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.08%

 BLUE value IS 30 (12.11% from 255) = 25.42%

R = 69.49%
G = 5.08%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52061E (or 0x52061E) is known color: Bordeaux. HEX triplet: 52, 06 and 1E. RGB value is (82,6,30). Sum of RGB (Red+Green+Blue) = 82+6+30=118 (15% of max value = 765). Red value is 82 (32.42% from 255 or 69.49% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 30 (12.11% from 255 or 25.42% from 118); Max value from RGB is 82 - color contains mainly: red. Hex color #52061E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061E is #ADF9E1. Grayscale: #1F1F1F. Windows color (decimal): -11401698 or 1967698. OLE color: 1967698.

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

Color convert

RGB 82 6 30 -
CMYK 0 0.93 0.63 0.68
HSL 341.05º 0.86% 0.17% -
HSV(B) 341.05º 0.93% 0.32% -
XYZ 3.78 2.02 1.42 -
YUV 31.46 127.18 164.05 -
System Red Green Blue C M Y K H S L
Decimal 82 6 30 0 0.93 0.63 0.68 341.05 0.86 0.17
Hex 52 6 1E 0 5D 3F 44 155 56 11
Octal 122 6 36 0 135 77 104 525 126 21
Binary 1010010 110 11110 0 1011101 111111 1000100 101010101 1010110 10001

Color Harmonies of #52061E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52061E

Black with #52061E

Text Example


Text Example

White with #52061E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,6,30); }

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

background-color css

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

 a { background-color: rgb(82,6,30); }

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

border-color css

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

 span { border-color: rgb(82,6,30); }

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