Html Css Color HEX #53101A Bordeaux

📋 copy color: '#53101A'

red 83 ◦ green 16 ◦ blue 26

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

Shades of Bordeaux #53101A

Tints of Bordeaux #53101A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.8%

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

R = 66.4%
G = 12.8%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53101A (or 0x53101A) is known color: Bordeaux. HEX triplet: 53, 10 and 1A. RGB value is (83,16,26). Sum of RGB (Red+Green+Blue) = 83+16+26=125 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.4% from 125); Green value is 16 (6.64% from 255 or 12.8% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 83 - color contains mainly: red. Hex color #53101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53101A is #ACEFE5. Grayscale: #252525. Windows color (decimal): -11333606 or 1708115. OLE color: 1708115.

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

Color convert

RGB 83 16 26 -
CMYK 0 0.81 0.69 0.67
HSL 351.04º 0.68% 0.19% -
HSV(B) 351.04º 0.81% 0.33% -
XYZ 3.94 2.28 1.21 -
YUV 37.17 121.7 160.69 -
System Red Green Blue C M Y K H S L
Decimal 83 16 26 0 0.81 0.69 0.67 351.04 0.68 0.19
Hex 53 10 1A 0 51 45 43 15F 44 13
Octal 123 20 32 0 121 105 103 537 104 23
Binary 1010011 10000 11010 0 1010001 1000101 1000011 101011111 1000100 10011

Color Harmonies of #53101A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53101A

Black with #53101A

Text Example


Text Example

White with #53101A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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