Html Css Color HEX #53121E Bordeaux

📋 copy color: '#53121E'

red 83 ◦ green 18 ◦ blue 30

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

Shades of Bordeaux #53121E

Tints of Bordeaux #53121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.74%

 BLUE value IS 30 (12.11% from 255) = 22.9%

R = 63.36%
G = 13.74%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53121E (or 0x53121E) is known color: Bordeaux. HEX triplet: 53, 12 and 1E. RGB value is (83,18,30). Sum of RGB (Red+Green+Blue) = 83+18+30=131 (17% of max value = 765). Red value is 83 (32.81% from 255 or 63.36% from 131); Green value is 18 (7.42% from 255 or 13.74% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 83 - color contains mainly: red. Hex color #53121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121E is #ACEDE1. Grayscale: #262626. Windows color (decimal): -11333090 or 1970771. OLE color: 1970771.

HSL color Cylindrical-coordinate representation of color #53121E: hue angle of 348.92º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53121E is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 30 -
CMYK 0 0.78 0.64 0.67
HSL 348.92º 0.64% 0.2% -
HSV(B) 348.92º 0.78% 0.33% -
XYZ 4.02 2.37 1.47 -
YUV 38.8 123.03 159.52 -
System Red Green Blue C M Y K H S L
Decimal 83 18 30 0 0.78 0.64 0.67 348.92 0.64 0.2
Hex 53 12 1E 0 4E 40 43 15D 40 14
Octal 123 22 36 0 116 100 103 535 100 24
Binary 1010011 10010 11110 0 1001110 1000000 1000011 101011101 1000000 10100

Color Harmonies of #53121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121E

Black with #53121E

Text Example


Text Example

White with #53121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53121E; }

 p { color: rgb(83,18,30); }

 H1.HeaderClassName
 {
   color: #53121E;
 }
 .AnyTagClassName
 {
   color: #53121E;
 }
</style>

background-color css

<style>
 a { background-color: #53121E; }

 a { background-color: rgb(83,18,30); }

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

border-color css

<style>
 span { border-color: #53121E; }

 span { border-color: rgb(83,18,30); }

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