Html Css Color HEX #53161E Bordeaux

📋 copy color: '#53161E'

red 83 ◦ green 22 ◦ blue 30

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

Shades of Bordeaux #53161E

Tints of Bordeaux #53161E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 22.22%

R = 61.48%
G = 16.3%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53161E (or 0x53161E) is known color: Bordeaux. HEX triplet: 53, 16 and 1E. RGB value is (83,22,30). Sum of RGB (Red+Green+Blue) = 83+22+30=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 22 (8.98% from 255 or 16.30% from 135); Blue value is 30 (12.11% from 255 or 22.22% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53161E is #ACE9E1. Grayscale: #292929. Windows color (decimal): -11332066 or 1971795. OLE color: 1971795.

HSL color Cylindrical-coordinate representation of color #53161E: hue angle of 352.13º 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 #53161E is Cyan = 0, Magento = 0.73, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 22 30 -
CMYK 0 0.73 0.64 0.67
HSL 352.13º 0.58% 0.21% -
HSV(B) 352.13º 0.73% 0.33% -
XYZ 4.09 2.51 1.5 -
YUV 41.15 121.71 157.85 -
System Red Green Blue C M Y K H S L
Decimal 83 22 30 0 0.73 0.64 0.67 352.13 0.58 0.21
Hex 53 16 1E 0 49 40 43 160 3A 15
Octal 123 26 36 0 111 100 103 540 72 25
Binary 1010011 10110 11110 0 1001001 1000000 1000011 101100000 111010 10101

Color Harmonies of #53161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53161E

Black with #53161E

Text Example


Text Example

White with #53161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53161E; }

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

 H1.HeaderClassName
 {
   color: #53161E;
 }
 .AnyTagClassName
 {
   color: #53161E;
 }
</style>

background-color css

<style>
 a { background-color: #53161E; }

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

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

border-color css

<style>
 span { border-color: #53161E; }

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

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