Html Css Color HEX #53000E Bordeaux

📋 copy color: '#53000E'

red 83 ◦ green 0 ◦ blue 14

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

Shades of Bordeaux #53000E

Tints of Bordeaux #53000E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 14.43%

R = 85.57%
G = 0%
B = 14.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53000E (or 0x53000E) is known color: Bordeaux. HEX triplet: 53, 00 and 0E. RGB value is (83,0,14). Sum of RGB (Red+Green+Blue) = 83+0+14=97 (12% of max value = 765). Red value is 83 (32.81% from 255 or 85.57% from 97); Green value is 0 (0.39% from 255 or 0% from 97); Blue value is 14 (5.86% from 255 or 14.43% from 97); Max value from RGB is 83 - color contains mainly: red. Hex color #53000E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53000E is #ACFFF1. Grayscale: #1A1A1A. Windows color (decimal): -11337714 or 917587. OLE color: 917587.

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

Color convert

RGB 83 0 14 -
CMYK 0 1 0.83 0.67
HSL 349.88º 1% 0.16% -
HSV(B) 349.88º 1% 0.33% -
XYZ 3.65 1.87 0.58 -
YUV 26.41 121 168.36 -
System Red Green Blue C M Y K H S L
Decimal 83 0 14 0 1 0.83 0.67 349.88 1 0.16
Hex 53 0 E 0 64 53 43 15E 64 10
Octal 123 0 16 0 144 123 103 536 144 20
Binary 1010011 0 1110 0 1100100 1010011 1000011 101011110 1100100 10000

Color Harmonies of #53000E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53000E

Black with #53000E

Text Example


Text Example

White with #53000E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53000E; }

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

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

background-color css

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

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

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

border-color css

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

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

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