Html Css Color HEX #530011 Bordeaux

📋 copy color: '#530011'

red 83 ◦ green 0 ◦ blue 17

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

Shades of Bordeaux #530011

Tints of Bordeaux #530011

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 17 (7.03% from 255) = 17%

R = 83%
G = 0%
B = 17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#530011 (or 0x530011) is known color: Bordeaux. HEX triplet: 53, 00 and 11. RGB value is (83,0,17). Sum of RGB (Red+Green+Blue) = 83+0+17=100 (13% of max value = 765). Red value is 83 (32.81% from 255 or 83% from 100); Green value is 0 (0.39% from 255 or 0% from 100); Blue value is 17 (7.03% from 255 or 17% from 100); Max value from RGB is 83 - color contains mainly: red. Hex color #530011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530011 is #ACFFEE. Grayscale: #1A1A1A. Windows color (decimal): -11337711 or 1114195. OLE color: 1114195.

HSL color Cylindrical-coordinate representation of color #530011: hue angle of 347.71º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #530011 is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 17 -
CMYK 0 1 0.80 0.67
HSL 347.71º 1% 0.16% -
HSV(B) 347.71º 1% 0.33% -
XYZ 3.67 1.88 0.7 -
YUV 26.76 122.5 168.12 -
System Red Green Blue C M Y K H S L
Decimal 83 0 17 0 1 0.80 0.67 347.71 1 0.16
Hex 53 0 11 0 64 50 43 15C 64 10
Octal 123 0 21 0 144 120 103 534 144 20
Binary 1010011 0 10001 0 1100100 1010000 1000011 101011100 1100100 10000

Color Harmonies of #530011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530011

Black with #530011

Text Example


Text Example

White with #530011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530011; }

 p { color: rgb(83,0,17); }

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

background-color css

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

 a { background-color: rgb(83,0,17); }

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

border-color css

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

 span { border-color: rgb(83,0,17); }

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