Html Css Color HEX #53141F Bordeaux

📋 copy color: '#53141F'

red 83 ◦ green 20 ◦ blue 31

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

Shades of Bordeaux #53141F

Tints of Bordeaux #53141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.93%

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

R = 61.94%
G = 14.93%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53141F (or 0x53141F) is known color: Bordeaux. HEX triplet: 53, 14 and 1F. RGB value is (83,20,31). Sum of RGB (Red+Green+Blue) = 83+20+31=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #53141F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53141F is #ACEBE0. Grayscale: #282828. Windows color (decimal): -11332577 or 2036819. OLE color: 2036819.

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

Color convert

RGB 83 20 31 -
CMYK 0 0.76 0.63 0.67
HSL 349.52º 0.61% 0.2% -
HSV(B) 349.52º 0.76% 0.33% -
XYZ 4.06 2.44 1.55 -
YUV 40.09 122.87 158.61 -
System Red Green Blue C M Y K H S L
Decimal 83 20 31 0 0.76 0.63 0.67 349.52 0.61 0.2
Hex 53 14 1F 0 4C 3F 43 15E 3D 14
Octal 123 24 37 0 114 77 103 536 75 24
Binary 1010011 10100 11111 0 1001100 111111 1000011 101011110 111101 10100

Color Harmonies of #53141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53141F

Black with #53141F

Text Example


Text Example

White with #53141F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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