Html Css Color HEX #53182C Bordeaux

📋 copy color: '#53182C'

red 83 ◦ green 24 ◦ blue 44

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

Shades of Bordeaux #53182C

Tints of Bordeaux #53182C

RGB

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

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

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

R = 54.97%
G = 15.89%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.67

RGB Variations

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

Color information

#53182C (or 0x53182C) is known color: Bordeaux. HEX triplet: 53, 18 and 2C. RGB value is (83,24,44). Sum of RGB (Red+Green+Blue) = 83+24+44=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 24 (9.77% from 255 or 15.89% from 151); Blue value is 44 (17.58% from 255 or 29.14% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #53182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53182C is #ACE7D3. Grayscale: #2B2B2B. Windows color (decimal): -11331540 or 2889811. OLE color: 2889811.

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

Color convert

RGB 83 24 44 -
CMYK 0 0.71 0.47 0.67
HSL 339.66º 0.55% 0.21% -
HSV(B) 339.66º 0.71% 0.33% -
XYZ 4.35 2.67 2.67 -
YUV 43.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 83 24 44 0 0.71 0.47 0.67 339.66 0.55 0.21
Hex 53 18 2C 0 47 2F 43 154 37 15
Octal 123 30 54 0 107 57 103 524 67 25
Binary 1010011 11000 101100 0 1000111 101111 1000011 101010100 110111 10101

Color Harmonies of #53182C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53182C

Black with #53182C

Text Example


Text Example

White with #53182C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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