Html Css Color HEX #520F1B Bordeaux

📋 copy color: '#520F1B'

red 82 ◦ green 15 ◦ blue 27

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

Shades of Bordeaux #520F1B

Tints of Bordeaux #520F1B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.1%

 BLUE value IS 27 (10.94% from 255) = 21.77%

R = 66.13%
G = 12.1%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#520F1B (or 0x520F1B) is known color: Bordeaux. HEX triplet: 52, 0F and 1B. RGB value is (82,15,27). Sum of RGB (Red+Green+Blue) = 82+15+27=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #520F1B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #520F1B is #ADF0E4. Grayscale: #242424. Windows color (decimal): -11399397 or 1773394. OLE color: 1773394.

HSL color Cylindrical-coordinate representation of color #520F1B: hue angle of 349.25º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #520F1B is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 15 27 -
CMYK 0 0.82 0.67 0.68
HSL 349.25º 0.69% 0.19% -
HSV(B) 349.25º 0.82% 0.32% -
XYZ 3.85 2.21 1.26 -
YUV 36.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 82 15 27 0 0.82 0.67 0.68 349.25 0.69 0.19
Hex 52 F 1B 0 52 43 44 15D 45 13
Octal 122 17 33 0 122 103 104 535 105 23
Binary 1010010 1111 11011 0 1010010 1000011 1000100 101011101 1000101 10011

Color Harmonies of #520F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520F1B

Black with #520F1B

Text Example


Text Example

White with #520F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520F1B; }

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

 H1.HeaderClassName
 {
   color: #520F1B;
 }
 .AnyTagClassName
 {
   color: #520F1B;
 }
</style>

background-color css

<style>
 a { background-color: #520F1B; }

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

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

border-color css

<style>
 span { border-color: #520F1B; }

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

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