Html Css Color HEX #53051B Bordeaux

📋 copy color: '#53051B'

red 83 ◦ green 5 ◦ blue 27

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

Shades of Bordeaux #53051B

Tints of Bordeaux #53051B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.35%

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

R = 72.17%
G = 4.35%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53051B (or 0x53051B) is known color: Bordeaux. HEX triplet: 53, 05 and 1B. RGB value is (83,5,27). Sum of RGB (Red+Green+Blue) = 83+5+27=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 5 (2.34% from 255 or 4.35% from 115); Blue value is 27 (10.94% from 255 or 23.48% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53051B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53051B is #ACFAE4. Grayscale: #1E1E1E. Windows color (decimal): -11336421 or 1770835. OLE color: 1770835.

HSL color Cylindrical-coordinate representation of color #53051B: hue angle of 343.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #53051B is Cyan = 0, Magento = 0.94, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 5 27 -
CMYK 0 0.94 0.67 0.67
HSL 343.08º 0.89% 0.17% -
HSV(B) 343.08º 0.94% 0.33% -
XYZ 3.82 2.03 1.23 -
YUV 30.83 125.84 165.21 -
System Red Green Blue C M Y K H S L
Decimal 83 5 27 0 0.94 0.67 0.67 343.08 0.89 0.17
Hex 53 5 1B 0 5E 43 43 157 59 11
Octal 123 5 33 0 136 103 103 527 131 21
Binary 1010011 101 11011 0 1011110 1000011 1000011 101010111 1011001 10001

Color Harmonies of #53051B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53051B

Black with #53051B

Text Example


Text Example

White with #53051B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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