Html Css Color HEX #530014 Bordeaux

📋 copy color: '#530014'

red 83 ◦ green 0 ◦ blue 20

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

Shades of Bordeaux #530014

Tints of Bordeaux #530014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 19.42%

R = 80.58%
G = 0%
B = 19.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.67

RGB Variations

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

Color information

#530014 (or 0x530014) is known color: Bordeaux. HEX triplet: 53, 00 and 14. RGB value is (83,0,20). Sum of RGB (Red+Green+Blue) = 83+0+20=103 (13% of max value = 765). Red value is 83 (32.81% from 255 or 80.58% from 103); Green value is 0 (0.39% from 255 or 0% from 103); Blue value is 20 (8.20% from 255 or 19.42% from 103); Max value from RGB is 83 - color contains mainly: red. Hex color #530014 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530014 is #ACFFEB. Grayscale: #1B1B1B. Windows color (decimal): -11337708 or 1310803. OLE color: 1310803.

HSL color Cylindrical-coordinate representation of color #530014: hue angle of 345.54º 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 #530014 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 0 20 -
CMYK 0 1 0.76 0.67
HSL 345.54º 1% 0.16% -
HSV(B) 345.54º 1% 0.33% -
XYZ 3.69 1.89 0.83 -
YUV 27.1 124 167.87 -
System Red Green Blue C M Y K H S L
Decimal 83 0 20 0 1 0.76 0.67 345.54 1 0.16
Hex 53 0 14 0 64 4C 43 15A 64 10
Octal 123 0 24 0 144 114 103 532 144 20
Binary 1010011 0 10100 0 1100100 1001100 1000011 101011010 1100100 10000

Color Harmonies of #530014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530014

Black with #530014

Text Example


Text Example

White with #530014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530014; }

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

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

background-color css

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

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

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

border-color css

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

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

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