Html Css Color HEX #53171D Bordeaux

📋 copy color: '#53171D'

red 83 ◦ green 23 ◦ blue 29

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

Shades of Bordeaux #53171D

Tints of Bordeaux #53171D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 21.48%

R = 61.48%
G = 17.04%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53171D (or 0x53171D) is known color: Bordeaux. HEX triplet: 53, 17 and 1D. RGB value is (83,23,29). Sum of RGB (Red+Green+Blue) = 83+23+29=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 23 (9.38% from 255 or 17.04% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53171D is #ACE8E2. Grayscale: #292929. Windows color (decimal): -11331811 or 1906515. OLE color: 1906515.

HSL color Cylindrical-coordinate representation of color #53171D: hue angle of 354º 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 #53171D is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 29 -
CMYK 0 0.72 0.65 0.67
HSL 354º 0.57% 0.21% -
HSV(B) 354º 0.72% 0.33% -
XYZ 4.1 2.54 1.44 -
YUV 41.62 120.88 157.51 -
System Red Green Blue C M Y K H S L
Decimal 83 23 29 0 0.72 0.65 0.67 354 0.57 0.21
Hex 53 17 1D 0 48 41 43 162 39 15
Octal 123 27 35 0 110 101 103 542 71 25
Binary 1010011 10111 11101 0 1001000 1000001 1000011 101100010 111001 10101

Color Harmonies of #53171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53171D

Black with #53171D

Text Example


Text Example

White with #53171D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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