Html Css Color HEX #52061A Bordeaux

📋 copy color: '#52061A'

red 82 ◦ green 6 ◦ blue 26

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

Shades of Bordeaux #52061A

Tints of Bordeaux #52061A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 22.81%

R = 71.93%
G = 5.26%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52061A (or 0x52061A) is known color: Bordeaux. HEX triplet: 52, 06 and 1A. RGB value is (82,6,26). Sum of RGB (Red+Green+Blue) = 82+6+26=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 6 (2.73% from 255 or 5.26% from 114); Blue value is 26 (10.55% from 255 or 22.81% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52061A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #52061A is #ADF9E5. Grayscale: #1E1E1E. Windows color (decimal): -11401702 or 1705554. OLE color: 1705554.

HSL color Cylindrical-coordinate representation of color #52061A: hue angle of 344.21º 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 #52061A is Cyan = 0, Magento = 0.93, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 6 26 -
CMYK 0 0.93 0.68 0.68
HSL 344.21º 0.86% 0.17% -
HSV(B) 344.21º 0.93% 0.32% -
XYZ 3.73 2 1.17 -
YUV 31 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 82 6 26 0 0.93 0.68 0.68 344.21 0.86 0.17
Hex 52 6 1A 0 5D 44 44 158 56 11
Octal 122 6 32 0 135 104 104 530 126 21
Binary 1010010 110 11010 0 1011101 1000100 1000100 101011000 1010110 10001

Color Harmonies of #52061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52061A

Black with #52061A

Text Example


Text Example

White with #52061A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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