Html Css Color HEX #53011C Bordeaux

📋 copy color: '#53011C'

red 83 ◦ green 1 ◦ blue 28

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

Shades of Bordeaux #53011C

Tints of Bordeaux #53011C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 25%

R = 74.11%
G = 0.89%
B = 25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53011C (or 0x53011C) is known color: Bordeaux. HEX triplet: 53, 01 and 1C. RGB value is (83,1,28). Sum of RGB (Red+Green+Blue) = 83+1+28=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53011C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011C is #ACFEE3. Grayscale: #1C1C1C. Windows color (decimal): -11337444 or 1835347. OLE color: 1835347.

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

Color convert

RGB 83 1 28 -
CMYK 0 0.99 0.66 0.67
HSL 340.24º 0.98% 0.16% -
HSV(B) 340.24º 0.99% 0.33% -
XYZ 3.79 1.94 1.27 -
YUV 28.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 83 1 28 0 0.99 0.66 0.67 340.24 0.98 0.16
Hex 53 1 1C 0 63 42 43 154 62 10
Octal 123 1 34 0 143 102 103 524 142 20
Binary 1010011 1 11100 0 1100011 1000010 1000011 101010100 1100010 10000

Color Harmonies of #53011C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53011C

Black with #53011C

Text Example


Text Example

White with #53011C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53011C; }

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

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

background-color css

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

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

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

border-color css

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

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

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