Html Css Color HEX #53041B Bordeaux

📋 copy color: '#53041B'

red 83 ◦ green 4 ◦ blue 27

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

Shades of Bordeaux #53041B

Tints of Bordeaux #53041B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

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

R = 72.81%
G = 3.51%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#53041B (or 0x53041B) is known color: Bordeaux. HEX triplet: 53, 04 and 1B. RGB value is (83,4,27). Sum of RGB (Red+Green+Blue) = 83+4+27=114 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.81% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 27 (10.94% from 255 or 23.68% from 114); Max value from RGB is 83 - color contains mainly: red. Hex color #53041B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53041B is #ACFBE4. Grayscale: #1E1E1E. Windows color (decimal): -11336677 or 1770579. OLE color: 1770579.

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

Color convert

RGB 83 4 27 -
CMYK 0 0.95 0.67 0.67
HSL 342.53º 0.91% 0.17% -
HSV(B) 342.53º 0.95% 0.33% -
XYZ 3.81 2 1.22 -
YUV 30.24 126.17 165.63 -
System Red Green Blue C M Y K H S L
Decimal 83 4 27 0 0.95 0.67 0.67 342.53 0.91 0.17
Hex 53 4 1B 0 5F 43 43 157 5B 11
Octal 123 4 33 0 137 103 103 527 133 21
Binary 1010011 100 11011 0 1011111 1000011 1000011 101010111 1011011 10001

Color Harmonies of #53041B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53041B

Black with #53041B

Text Example


Text Example

White with #53041B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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