Html Css Color HEX #53011B Bordeaux

📋 copy color: '#53011B'

red 83 ◦ green 1 ◦ blue 27

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

Shades of Bordeaux #53011B

Tints of Bordeaux #53011B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 24.32%

R = 74.77%
G = 0.9%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53011B (or 0x53011B) is known color: Bordeaux. HEX triplet: 53, 01 and 1B. RGB value is (83,1,27). Sum of RGB (Red+Green+Blue) = 83+1+27=111 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.77% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 83 - color contains mainly: red. Hex color #53011B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53011B is #ACFEE4. Grayscale: #1C1C1C. Windows color (decimal): -11337445 or 1769811. OLE color: 1769811.

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

Color convert

RGB 83 1 27 -
CMYK 0 0.99 0.67 0.67
HSL 340.98º 0.98% 0.16% -
HSV(B) 340.98º 0.99% 0.33% -
XYZ 3.78 1.94 1.21 -
YUV 28.48 127.17 166.89 -
System Red Green Blue C M Y K H S L
Decimal 83 1 27 0 0.99 0.67 0.67 340.98 0.98 0.16
Hex 53 1 1B 0 63 43 43 155 62 10
Octal 123 1 33 0 143 103 103 525 142 20
Binary 1010011 1 11011 0 1100011 1000011 1000011 101010101 1100010 10000

Color Harmonies of #53011B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53011B

Black with #53011B

Text Example


Text Example

White with #53011B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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