Html Css Color HEX #52060F Bordeaux

📋 copy color: '#52060F'

red 82 ◦ green 6 ◦ blue 15

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

Shades of Bordeaux #52060F

Tints of Bordeaux #52060F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 14.56%

R = 79.61%
G = 5.83%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.82

 K value IS 0.68

RGB Variations

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

Color information

#52060F (or 0x52060F) is known color: Bordeaux. HEX triplet: 52, 06 and 0F. RGB value is (82,6,15). Sum of RGB (Red+Green+Blue) = 82+6+15=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 6 (2.73% from 255 or 5.83% from 103); Blue value is 15 (6.25% from 255 or 14.56% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #52060F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52060F is #ADF9F0. Grayscale: #1D1D1D. Windows color (decimal): -11401713 or 984658. OLE color: 984658.

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

Color convert

RGB 82 6 15 -
CMYK 0 0.93 0.82 0.68
HSL 352.89º 0.86% 0.17% -
HSV(B) 352.89º 0.93% 0.32% -
XYZ 3.63 1.96 0.64 -
YUV 29.75 119.68 165.27 -
System Red Green Blue C M Y K H S L
Decimal 82 6 15 0 0.93 0.82 0.68 352.89 0.86 0.17
Hex 52 6 F 0 5D 52 44 161 56 11
Octal 122 6 17 0 135 122 104 541 126 21
Binary 1010010 110 1111 0 1011101 1010010 1000100 101100001 1010110 10001

Color Harmonies of #52060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52060F

Black with #52060F

Text Example


Text Example

White with #52060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52060F;
 }
 .AnyTagClassName
 {
   color: #52060F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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