Html Css Color HEX #530D16 Bordeaux

📋 copy color: '#530D16'

red 83 ◦ green 13 ◦ blue 22

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

Shades of Bordeaux #530D16

Tints of Bordeaux #530D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 18.64%

R = 70.34%
G = 11.02%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#530D16 (or 0x530D16) is known color: Bordeaux. HEX triplet: 53, 0D and 16. RGB value is (83,13,22). Sum of RGB (Red+Green+Blue) = 83+13+22=118 (15% of max value = 765). Red value is 83 (32.81% from 255 or 70.34% from 118); Green value is 13 (5.47% from 255 or 11.02% from 118); Blue value is 22 (8.98% from 255 or 18.64% from 118); Max value from RGB is 83 - color contains mainly: red. Hex color #530D16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530D16 is #ACF2E9. Grayscale: #222222. Windows color (decimal): -11334378 or 1445203. OLE color: 1445203.

HSL color Cylindrical-coordinate representation of color #530D16: hue angle of 352.29º 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 #530D16 is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 13 22 -
CMYK 0 0.84 0.73 0.67
HSL 352.29º 0.73% 0.19% -
HSV(B) 352.29º 0.84% 0.33% -
XYZ 3.86 2.18 0.98 -
YUV 34.96 120.69 162.27 -
System Red Green Blue C M Y K H S L
Decimal 83 13 22 0 0.84 0.73 0.67 352.29 0.73 0.19
Hex 53 D 16 0 54 49 43 160 49 13
Octal 123 15 26 0 124 111 103 540 111 23
Binary 1010011 1101 10110 0 1010100 1001001 1000011 101100000 1001001 10011

Color Harmonies of #530D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530D16

Black with #530D16

Text Example


Text Example

White with #530D16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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