Html Css Color HEX #53121A Bordeaux

📋 copy color: '#53121A'

red 83 ◦ green 18 ◦ blue 26

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

Shades of Bordeaux #53121A

Tints of Bordeaux #53121A

RGB

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

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

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

R = 65.35%
G = 14.17%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53121A (or 0x53121A) is known color: Bordeaux. HEX triplet: 53, 12 and 1A. RGB value is (83,18,26). Sum of RGB (Red+Green+Blue) = 83+18+26=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 18 (7.42% from 255 or 14.17% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #53121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121A is #ACEDE5. Grayscale: #262626. Windows color (decimal): -11333094 or 1708627. OLE color: 1708627.

HSL color Cylindrical-coordinate representation of color #53121A: hue angle of 352.62º 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 #53121A is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 26 -
CMYK 0 0.78 0.69 0.67
HSL 352.62º 0.64% 0.2% -
HSV(B) 352.62º 0.78% 0.33% -
XYZ 3.97 2.35 1.22 -
YUV 38.35 121.03 159.85 -
System Red Green Blue C M Y K H S L
Decimal 83 18 26 0 0.78 0.69 0.67 352.62 0.64 0.2
Hex 53 12 1A 0 4E 45 43 161 40 14
Octal 123 22 32 0 116 105 103 541 100 24
Binary 1010011 10010 11010 0 1001110 1000101 1000011 101100001 1000000 10100

Color Harmonies of #53121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121A

Black with #53121A

Text Example


Text Example

White with #53121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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