Html Css Color HEX #53181F Bordeaux

📋 copy color: '#53181F'

red 83 ◦ green 24 ◦ blue 31

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

Shades of Bordeaux #53181F

Tints of Bordeaux #53181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 17.39%

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

R = 60.14%
G = 17.39%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.67

RGB Variations

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

Color information

#53181F (or 0x53181F) is known color: Bordeaux. HEX triplet: 53, 18 and 1F. RGB value is (83,24,31). Sum of RGB (Red+Green+Blue) = 83+24+31=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #53181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53181F is #ACE7E0. Grayscale: #2A2A2A. Windows color (decimal): -11331553 or 2037843. OLE color: 2037843.

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

Color convert

RGB 83 24 31 -
CMYK 0 0.71 0.63 0.67
HSL 352.88º 0.55% 0.21% -
HSV(B) 352.88º 0.71% 0.33% -
XYZ 4.14 2.59 1.58 -
YUV 42.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 83 24 31 0 0.71 0.63 0.67 352.88 0.55 0.21
Hex 53 18 1F 0 47 3F 43 161 37 15
Octal 123 30 37 0 107 77 103 541 67 25
Binary 1010011 11000 11111 0 1000111 111111 1000011 101100001 110111 10101

Color Harmonies of #53181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53181F

Black with #53181F

Text Example


Text Example

White with #53181F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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