Html Css Color HEX #53121C Bordeaux

📋 copy color: '#53121C'

red 83 ◦ green 18 ◦ blue 28

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

Shades of Bordeaux #53121C

Tints of Bordeaux #53121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.95%

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 64.34%
G = 13.95%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53121C (or 0x53121C) is known color: Bordeaux. HEX triplet: 53, 12 and 1C. RGB value is (83,18,28). Sum of RGB (Red+Green+Blue) = 83+18+28=129 (17% of max value = 765). Red value is 83 (32.81% from 255 or 64.34% from 129); Green value is 18 (7.42% from 255 or 13.95% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 83 - color contains mainly: red. Hex color #53121C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53121C is #ACEDE3. Grayscale: #262626. Windows color (decimal): -11333092 or 1839699. OLE color: 1839699.

HSL color Cylindrical-coordinate representation of color #53121C: hue angle of 350.77º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53121C is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 28 -
CMYK 0 0.78 0.66 0.67
HSL 350.77º 0.64% 0.2% -
HSV(B) 350.77º 0.78% 0.33% -
XYZ 3.99 2.36 1.34 -
YUV 38.58 122.03 159.69 -
System Red Green Blue C M Y K H S L
Decimal 83 18 28 0 0.78 0.66 0.67 350.77 0.64 0.2
Hex 53 12 1C 0 4E 42 43 15F 40 14
Octal 123 22 34 0 116 102 103 537 100 24
Binary 1010011 10010 11100 0 1001110 1000010 1000011 101011111 1000000 10100

Color Harmonies of #53121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53121C

Black with #53121C

Text Example


Text Example

White with #53121C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,18,28); }

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

background-color css

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

 a { background-color: rgb(83,18,28); }

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

border-color css

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

 span { border-color: rgb(83,18,28); }

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