Html Css Color HEX #53162B Bordeaux

📋 copy color: '#53162B'

red 83 ◦ green 22 ◦ blue 43

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

Shades of Bordeaux #53162B

Tints of Bordeaux #53162B

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.86%

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

R = 56.08%
G = 14.86%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53162B (or 0x53162B) is known color: Bordeaux. HEX triplet: 53, 16 and 2B. RGB value is (83,22,43). Sum of RGB (Red+Green+Blue) = 83+22+43=148 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.08% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 43 (17.19% from 255 or 29.05% from 148); Max value from RGB is 83 - color contains mainly: red. Hex color #53162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53162B is #ACE9D4. Grayscale: #2A2A2A. Windows color (decimal): -11332053 or 2823763. OLE color: 2823763.

HSL color Cylindrical-coordinate representation of color #53162B: hue angle of 339.34º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53162B is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 43 -
CMYK 0 0.73 0.48 0.67
HSL 339.34º 0.58% 0.21% -
HSV(B) 339.34º 0.73% 0.33% -
XYZ 4.29 2.59 2.56 -
YUV 42.63 128.21 156.79 -
System Red Green Blue C M Y K H S L
Decimal 83 22 43 0 0.73 0.48 0.67 339.34 0.58 0.21
Hex 53 16 2B 0 49 30 43 153 3A 15
Octal 123 26 53 0 111 60 103 523 72 25
Binary 1010011 10110 101011 0 1001001 110000 1000011 101010011 111010 10101

Color Harmonies of #53162B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53162B

Black with #53162B

Text Example


Text Example

White with #53162B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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