Html Css Color HEX #53131E Bordeaux

📋 copy color: '#53131E'

red 83 ◦ green 19 ◦ blue 30

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

Shades of Bordeaux #53131E

Tints of Bordeaux #53131E

RGB

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

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

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

R = 62.88%
G = 14.39%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53131E (or 0x53131E) is known color: Bordeaux. HEX triplet: 53, 13 and 1E. RGB value is (83,19,30). Sum of RGB (Red+Green+Blue) = 83+19+30=132 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.88% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 30 (12.11% from 255 or 22.73% from 132); Max value from RGB is 83 - color contains mainly: red. Hex color #53131E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131E is #ACECE1. Grayscale: #272727. Windows color (decimal): -11332834 or 1971027. OLE color: 1971027.

HSL color Cylindrical-coordinate representation of color #53131E: hue angle of 349.69º 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 #53131E is Cyan = 0, Magento = 0.77, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 30 -
CMYK 0 0.77 0.64 0.67
HSL 349.69º 0.63% 0.2% -
HSV(B) 349.69º 0.77% 0.33% -
XYZ 4.03 2.4 1.48 -
YUV 39.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 83 19 30 0 0.77 0.64 0.67 349.69 0.63 0.2
Hex 53 13 1E 0 4D 40 43 15E 3F 14
Octal 123 23 36 0 115 100 103 536 77 24
Binary 1010011 10011 11110 0 1001101 1000000 1000011 101011110 111111 10100

Color Harmonies of #53131E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53131E

Black with #53131E

Text Example


Text Example

White with #53131E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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