Html Css Color HEX #53182B Bordeaux

📋 copy color: '#53182B'

red 83 ◦ green 24 ◦ blue 43

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

Shades of Bordeaux #53182B

Tints of Bordeaux #53182B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 28.67%

R = 55.33%
G = 16%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53182B (or 0x53182B) is known color: Bordeaux. HEX triplet: 53, 18 and 2B. RGB value is (83,24,43). Sum of RGB (Red+Green+Blue) = 83+24+43=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 24 (9.77% from 255 or 16% from 150); Blue value is 43 (17.19% from 255 or 28.67% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182B is #ACE7D4. Grayscale: #2B2B2B. Windows color (decimal): -11331541 or 2824275. OLE color: 2824275.

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

Color convert

RGB 83 24 43 -
CMYK 0 0.71 0.48 0.67
HSL 340.68º 0.55% 0.21% -
HSV(B) 340.68º 0.71% 0.33% -
XYZ 4.33 2.67 2.57 -
YUV 43.81 127.55 155.96 -
System Red Green Blue C M Y K H S L
Decimal 83 24 43 0 0.71 0.48 0.67 340.68 0.55 0.21
Hex 53 18 2B 0 47 30 43 155 37 15
Octal 123 30 53 0 107 60 103 525 67 25
Binary 1010011 11000 101011 0 1000111 110000 1000011 101010101 110111 10101

Color Harmonies of #53182B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53182B

Black with #53182B

Text Example


Text Example

White with #53182B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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