Html Css Color HEX #53010E Bordeaux

📋 copy color: '#53010E'

red 83 ◦ green 1 ◦ blue 14

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

Shades of Bordeaux #53010E

Tints of Bordeaux #53010E

RGB

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

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

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

R = 84.69%
G = 1.02%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53010E (or 0x53010E) is known color: Bordeaux. HEX triplet: 53, 01 and 0E. RGB value is (83,1,14). Sum of RGB (Red+Green+Blue) = 83+1+14=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 1 (0.78% from 255 or 1.02% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #53010E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53010E is #ACFEF1. Grayscale: #1B1B1B. Windows color (decimal): -11337458 or 917843. OLE color: 917843.

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

Color convert

RGB 83 1 14 -
CMYK 0 0.99 0.83 0.67
HSL 350.49º 0.98% 0.16% -
HSV(B) 350.49º 0.99% 0.33% -
XYZ 3.66 1.89 0.59 -
YUV 27 120.67 167.94 -
System Red Green Blue C M Y K H S L
Decimal 83 1 14 0 0.99 0.83 0.67 350.49 0.98 0.16
Hex 53 1 E 0 63 53 43 15E 62 10
Octal 123 1 16 0 143 123 103 536 142 20
Binary 1010011 1 1110 0 1100011 1010011 1000011 101011110 1100010 10000

Color Harmonies of #53010E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53010E

Black with #53010E

Text Example


Text Example

White with #53010E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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