Html Css Color HEX #53171F Bordeaux

📋 copy color: '#53171F'

red 83 ◦ green 23 ◦ blue 31

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

Shades of Bordeaux #53171F

Tints of Bordeaux #53171F

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.79%

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

R = 60.58%
G = 16.79%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53171F (or 0x53171F) is known color: Bordeaux. HEX triplet: 53, 17 and 1F. RGB value is (83,23,31). Sum of RGB (Red+Green+Blue) = 83+23+31=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 31 (12.5% from 255 or 22.63% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #53171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53171F is #ACE8E0. Grayscale: #292929. Windows color (decimal): -11331809 or 2037587. OLE color: 2037587.

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

Color convert

RGB 83 23 31 -
CMYK 0 0.72 0.63 0.67
HSL 352º 0.57% 0.21% -
HSV(B) 352º 0.72% 0.33% -
XYZ 4.12 2.55 1.57 -
YUV 41.85 121.88 157.35 -
System Red Green Blue C M Y K H S L
Decimal 83 23 31 0 0.72 0.63 0.67 352 0.57 0.21
Hex 53 17 1F 0 48 3F 43 160 39 15
Octal 123 27 37 0 110 77 103 540 71 25
Binary 1010011 10111 11111 0 1001000 111111 1000011 101100000 111001 10101

Color Harmonies of #53171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53171F

Black with #53171F

Text Example


Text Example

White with #53171F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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