Html Css Color HEX #53131F Bordeaux

📋 copy color: '#53131F'

red 83 ◦ green 19 ◦ blue 31

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

Shades of Bordeaux #53131F

Tints of Bordeaux #53131F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 23.31%

R = 62.41%
G = 14.29%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53131F (or 0x53131F) is known color: Bordeaux. HEX triplet: 53, 13 and 1F. RGB value is (83,19,31). Sum of RGB (Red+Green+Blue) = 83+19+31=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 19 (7.81% from 255 or 14.29% from 133); Blue value is 31 (12.5% from 255 or 23.31% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #53131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53131F is #ACECE0. Grayscale: #272727. Windows color (decimal): -11332833 or 2036563. OLE color: 2036563.

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

Color convert

RGB 83 19 31 -
CMYK 0 0.77 0.63 0.67
HSL 348.75º 0.63% 0.2% -
HSV(B) 348.75º 0.77% 0.33% -
XYZ 4.05 2.4 1.55 -
YUV 39.5 123.2 159.02 -
System Red Green Blue C M Y K H S L
Decimal 83 19 31 0 0.77 0.63 0.67 348.75 0.63 0.2
Hex 53 13 1F 0 4D 3F 43 15D 3F 14
Octal 123 23 37 0 115 77 103 535 77 24
Binary 1010011 10011 11111 0 1001101 111111 1000011 101011101 111111 10100

Color Harmonies of #53131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53131F

Black with #53131F

Text Example


Text Example

White with #53131F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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