Html Css Color HEX #53131A Bordeaux

📋 copy color: '#53131A'

red 83 ◦ green 19 ◦ blue 26

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

Shades of Bordeaux #53131A

Tints of Bordeaux #53131A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 14.84%

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

R = 64.84%
G = 14.84%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#53131A (or 0x53131A) is known color: Bordeaux. HEX triplet: 53, 13 and 1A. RGB value is (83,19,26). Sum of RGB (Red+Green+Blue) = 83+19+26=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 19 (7.81% from 255 or 14.84% from 128); Blue value is 26 (10.55% from 255 or 20.31% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #53131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131A is #ACECE5. Grayscale: #262626. Windows color (decimal): -11332838 or 1708883. OLE color: 1708883.

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

Color convert

RGB 83 19 26 -
CMYK 0 0.77 0.69 0.67
HSL 353.44º 0.63% 0.2% -
HSV(B) 353.44º 0.77% 0.33% -
XYZ 3.99 2.38 1.23 -
YUV 38.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 83 19 26 0 0.77 0.69 0.67 353.44 0.63 0.2
Hex 53 13 1A 0 4D 45 43 161 3F 14
Octal 123 23 32 0 115 105 103 541 77 24
Binary 1010011 10011 11010 0 1001101 1000101 1000011 101100001 111111 10100

Color Harmonies of #53131A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53131A

Black with #53131A

Text Example


Text Example

White with #53131A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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