Html Css Color HEX #53011F Bordeaux

📋 copy color: '#53011F'

red 83 ◦ green 1 ◦ blue 31

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

Shades of Bordeaux #53011F

Tints of Bordeaux #53011F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 26.96%

R = 72.17%
G = 0.87%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53011F (or 0x53011F) is known color: Bordeaux. HEX triplet: 53, 01 and 1F. RGB value is (83,1,31). Sum of RGB (Red+Green+Blue) = 83+1+31=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53011F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011F is #ACFEE0. Grayscale: #1C1C1C. Windows color (decimal): -11337441 or 2031955. OLE color: 2031955.

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

Color convert

RGB 83 1 31 -
CMYK 0 0.99 0.63 0.67
HSL 338.05º 0.98% 0.16% -
HSV(B) 338.05º 0.99% 0.33% -
XYZ 3.83 1.96 1.47 -
YUV 28.94 129.17 166.56 -
System Red Green Blue C M Y K H S L
Decimal 83 1 31 0 0.99 0.63 0.67 338.05 0.98 0.16
Hex 53 1 1F 0 63 3F 43 152 62 10
Octal 123 1 37 0 143 77 103 522 142 20
Binary 1010011 1 11111 0 1100011 111111 1000011 101010010 1100010 10000

Color Harmonies of #53011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53011F

Black with #53011F

Text Example


Text Example

White with #53011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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