Html Css Color HEX #530013 Bordeaux

📋 copy color: '#530013'

red 83 ◦ green 0 ◦ blue 19

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

Shades of Bordeaux #530013

Tints of Bordeaux #530013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 18.63%

R = 81.37%
G = 0%
B = 18.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.77

 K value IS 0.67

RGB Variations

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

Color information

#530013 (or 0x530013) is known color: Bordeaux. HEX triplet: 53, 00 and 13. RGB value is (83,0,19). Sum of RGB (Red+Green+Blue) = 83+0+19=102 (13% of max value = 765). Red value is 83 (32.81% from 255 or 81.37% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 83 - color contains mainly: red. Hex color #530013 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530013 is #ACFFEC. Grayscale: #1A1A1A. Windows color (decimal): -11337709 or 1245267. OLE color: 1245267.

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

Color convert

RGB 83 0 19 -
CMYK 0 1 0.77 0.67
HSL 346.27º 1% 0.16% -
HSV(B) 346.27º 1% 0.33% -
XYZ 3.68 1.89 0.79 -
YUV 26.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 83 0 19 0 1 0.77 0.67 346.27 1 0.16
Hex 53 0 13 0 64 4D 43 15A 64 10
Octal 123 0 23 0 144 115 103 532 144 20
Binary 1010011 0 10011 0 1100100 1001101 1000011 101011010 1100100 10000

Color Harmonies of #530013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530013

Black with #530013

Text Example


Text Example

White with #530013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530013; }

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

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

background-color css

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

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

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

border-color css

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

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

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