Html Css Color HEX #53182A Bordeaux

📋 copy color: '#53182A'

red 83 ◦ green 24 ◦ blue 42

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

Shades of Bordeaux #53182A

Tints of Bordeaux #53182A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 55.7%
G = 16.11%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53182A (or 0x53182A) is known color: Bordeaux. HEX triplet: 53, 18 and 2A. RGB value is (83,24,42). Sum of RGB (Red+Green+Blue) = 83+24+42=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #53182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182A is #ACE7D5. Grayscale: #2B2B2B. Windows color (decimal): -11331542 or 2758739. OLE color: 2758739.

HSL color Cylindrical-coordinate representation of color #53182A: hue angle of 341.69º 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 #53182A is Cyan = 0, Magento = 0.71, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 42 -
CMYK 0 0.71 0.49 0.67
HSL 341.69º 0.55% 0.21% -
HSV(B) 341.69º 0.71% 0.33% -
XYZ 4.31 2.66 2.48 -
YUV 43.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 83 24 42 0 0.71 0.49 0.67 341.69 0.55 0.21
Hex 53 18 2A 0 47 31 43 156 37 15
Octal 123 30 52 0 107 61 103 526 67 25
Binary 1010011 11000 101010 0 1000111 110001 1000011 101010110 110111 10101

Color Harmonies of #53182A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53182A

Black with #53182A

Text Example


Text Example

White with #53182A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53182A; }

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

 H1.HeaderClassName
 {
   color: #53182A;
 }
 .AnyTagClassName
 {
   color: #53182A;
 }
</style>

background-color css

<style>
 a { background-color: #53182A; }

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

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

border-color css

<style>
 span { border-color: #53182A; }

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

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