Html Css Color HEX #53122A Bordeaux

📋 copy color: '#53122A'

red 83 ◦ green 18 ◦ blue 42

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

Shades of Bordeaux #53122A

Tints of Bordeaux #53122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 29.37%

R = 58.04%
G = 12.59%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53122A (or 0x53122A) is known color: Bordeaux. HEX triplet: 53, 12 and 2A. RGB value is (83,18,42). Sum of RGB (Red+Green+Blue) = 83+18+42=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 42 (16.80% from 255 or 29.37% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #53122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53122A is #ACEDD5. Grayscale: #282828. Windows color (decimal): -11333078 or 2757203. OLE color: 2757203.

HSL color Cylindrical-coordinate representation of color #53122A: hue angle of 337.85º 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 #53122A is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 18 42 -
CMYK 0 0.78 0.49 0.67
HSL 337.85º 0.64% 0.2% -
HSV(B) 337.85º 0.78% 0.33% -
XYZ 4.2 2.44 2.44 -
YUV 40.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 83 18 42 0 0.78 0.49 0.67 337.85 0.64 0.2
Hex 53 12 2A 0 4E 31 43 152 40 14
Octal 123 22 52 0 116 61 103 522 100 24
Binary 1010011 10010 101010 0 1001110 110001 1000011 101010010 1000000 10100

Color Harmonies of #53122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53122A

Black with #53122A

Text Example


Text Example

White with #53122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53122A; }

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

 H1.HeaderClassName
 {
   color: #53122A;
 }
 .AnyTagClassName
 {
   color: #53122A;
 }
</style>

background-color css

<style>
 a { background-color: #53122A; }

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

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

border-color css

<style>
 span { border-color: #53122A; }

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

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