Html Css Color HEX #53192C Bordeaux

📋 copy color: '#53192C'

red 83 ◦ green 25 ◦ blue 44

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

Shades of Bordeaux #53192C

Tints of Bordeaux #53192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.45%

 BLUE value IS 44 (17.58% from 255) = 28.95%

R = 54.61%
G = 16.45%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53192C (or 0x53192C) is known color: Bordeaux. HEX triplet: 53, 19 and 2C. RGB value is (83,25,44). Sum of RGB (Red+Green+Blue) = 83+25+44=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 25 (10.16% from 255 or 16.45% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #53192C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53192C is #ACE6D3. Grayscale: #2C2C2C. Windows color (decimal): -11331284 or 2890067. OLE color: 2890067.

HSL color Cylindrical-coordinate representation of color #53192C: hue angle of 340.34º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53192C is Cyan = 0, Magento = 0.70, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 44 -
CMYK 0 0.70 0.47 0.67
HSL 340.34º 0.54% 0.21% -
HSV(B) 340.34º 0.7% 0.33% -
XYZ 4.37 2.72 2.68 -
YUV 44.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 83 25 44 0 0.70 0.47 0.67 340.34 0.54 0.21
Hex 53 19 2C 0 46 2F 43 154 36 15
Octal 123 31 54 0 106 57 103 524 66 25
Binary 1010011 11001 101100 0 1000110 101111 1000011 101010100 110110 10101

Color Harmonies of #53192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53192C

Black with #53192C

Text Example


Text Example

White with #53192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53192C; }

 p { color: rgb(83,25,44); }

 H1.HeaderClassName
 {
   color: #53192C;
 }
 .AnyTagClassName
 {
   color: #53192C;
 }
</style>

background-color css

<style>
 a { background-color: #53192C; }

 a { background-color: rgb(83,25,44); }

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

border-color css

<style>
 span { border-color: #53192C; }

 span { border-color: rgb(83,25,44); }

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