Html Css Color HEX #530111 Bordeaux

📋 copy color: '#530111'

red 83 ◦ green 1 ◦ blue 17

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

Shades of Bordeaux #530111

Tints of Bordeaux #530111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.99%

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

R = 82.18%
G = 0.99%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#530111 (or 0x530111) is known color: Bordeaux. HEX triplet: 53, 01 and 11. RGB value is (83,1,17). Sum of RGB (Red+Green+Blue) = 83+1+17=101 (13% of max value = 765). Red value is 83 (32.81% from 255 or 82.18% from 101); Green value is 1 (0.78% from 255 or 0.99% from 101); Blue value is 17 (7.03% from 255 or 16.83% from 101); Max value from RGB is 83 - color contains mainly: red. Hex color #530111 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530111 is #ACFEEE. Grayscale: #1B1B1B. Windows color (decimal): -11337455 or 1114451. OLE color: 1114451.

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

Color convert

RGB 83 1 17 -
CMYK 0 0.99 0.80 0.67
HSL 348.29º 0.98% 0.16% -
HSV(B) 348.29º 0.99% 0.33% -
XYZ 3.68 1.9 0.7 -
YUV 27.34 122.17 167.7 -
System Red Green Blue C M Y K H S L
Decimal 83 1 17 0 0.99 0.80 0.67 348.29 0.98 0.16
Hex 53 1 11 0 63 50 43 15C 62 10
Octal 123 1 21 0 143 120 103 534 142 20
Binary 1010011 1 10001 0 1100011 1010000 1000011 101011100 1100010 10000

Color Harmonies of #530111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530111

Black with #530111

Text Example


Text Example

White with #530111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530111; }

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

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

background-color css

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

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

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

border-color css

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

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

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