Html Css Color HEX #53031A Bordeaux

📋 copy color: '#53031A'

red 83 ◦ green 3 ◦ blue 26

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

Shades of Bordeaux #53031A

Tints of Bordeaux #53031A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.68%

 BLUE value IS 26 (10.55% from 255) = 23.21%

R = 74.11%
G = 2.68%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53031A (or 0x53031A) is known color: Bordeaux. HEX triplet: 53, 03 and 1A. RGB value is (83,3,26). Sum of RGB (Red+Green+Blue) = 83+3+26=112 (14% of max value = 765). Red value is 83 (32.81% from 255 or 74.11% from 112); Green value is 3 (1.56% from 255 or 2.68% from 112); Blue value is 26 (10.55% from 255 or 23.21% from 112); Max value from RGB is 83 - color contains mainly: red. Hex color #53031A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53031A is #ACFCE5. Grayscale: #1D1D1D. Windows color (decimal): -11336934 or 1704787. OLE color: 1704787.

HSL color Cylindrical-coordinate representation of color #53031A: hue angle of 342.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53031A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 26 -
CMYK 0 0.96 0.69 0.67
HSL 342.75º 0.93% 0.17% -
HSV(B) 342.75º 0.96% 0.33% -
XYZ 3.79 1.98 1.16 -
YUV 29.54 126 166.13 -
System Red Green Blue C M Y K H S L
Decimal 83 3 26 0 0.96 0.69 0.67 342.75 0.93 0.17
Hex 53 3 1A 0 60 45 43 157 5D 11
Octal 123 3 32 0 140 105 103 527 135 21
Binary 1010011 11 11010 0 1100000 1000101 1000011 101010111 1011101 10001

Color Harmonies of #53031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53031A

Black with #53031A

Text Example


Text Example

White with #53031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53031A; }

 p { color: rgb(83,3,26); }

 H1.HeaderClassName
 {
   color: #53031A;
 }
 .AnyTagClassName
 {
   color: #53031A;
 }
</style>

background-color css

<style>
 a { background-color: #53031A; }

 a { background-color: rgb(83,3,26); }

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

border-color css

<style>
 span { border-color: #53031A; }

 span { border-color: rgb(83,3,26); }

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