Html Css Color HEX #530D10 Bordeaux

📋 copy color: '#530D10'

red 83 ◦ green 13 ◦ blue 16

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

Shades of Bordeaux #530D10

Tints of Bordeaux #530D10

RGB

 RED value IS 83 (32.81% from 255) = 74.11%

 GREEN value IS 13 (5.47% from 255) = 11.61%

 BLUE value IS 16 (6.64% from 255) = 14.29%

R = 74.11%
G = 11.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.67

RGB Variations

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

Color information

#530D10 (or 0x530D10) is known color: Bordeaux. HEX triplet: 53, 0D and 10. RGB value is (83,13,16). Sum of RGB (Red+Green+Blue) = 83+13+16=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #530D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D10 is #ACF2EF. Grayscale: #222222. Windows color (decimal): -11334384 or 1051987. OLE color: 1051987.

HSL color Cylindrical-coordinate representation of color #530D10: hue angle of 357.43º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #530D10 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 16 -
CMYK 0 0.84 0.81 0.67
HSL 357.43º 0.73% 0.19% -
HSV(B) 357.43º 0.84% 0.33% -
XYZ 3.8 2.16 0.71 -
YUV 34.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 83 13 16 0 0.84 0.81 0.67 357.43 0.73 0.19
Hex 53 D 10 0 54 51 43 165 49 13
Octal 123 15 20 0 124 121 103 545 111 23
Binary 1010011 1101 10000 0 1010100 1010001 1000011 101100101 1001001 10011

Color Harmonies of #530D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D10

Black with #530D10

Text Example


Text Example

White with #530D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530D10; }

 p { color: rgb(83,13,16); }

 H1.HeaderClassName
 {
   color: #530D10;
 }
 .AnyTagClassName
 {
   color: #530D10;
 }
</style>

background-color css

<style>
 a { background-color: #530D10; }

 a { background-color: rgb(83,13,16); }

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

border-color css

<style>
 span { border-color: #530D10; }

 span { border-color: rgb(83,13,16); }

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