Html Css Color HEX #531123 Bordeaux

📋 copy color: '#531123'

red 83 ◦ green 17 ◦ blue 35

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

Shades of Bordeaux #531123

Tints of Bordeaux #531123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.59%

 BLUE value IS 35 (14.06% from 255) = 25.93%

R = 61.48%
G = 12.59%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531123 (or 0x531123) is known color: Bordeaux. HEX triplet: 53, 11 and 23. RGB value is (83,17,35). Sum of RGB (Red+Green+Blue) = 83+17+35=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 17 (7.03% from 255 or 12.59% from 135); Blue value is 35 (14.06% from 255 or 25.93% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #531123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531123 is #ACEEDC. Grayscale: #262626. Windows color (decimal): -11333341 or 2298195. OLE color: 2298195.

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

Color convert

RGB 83 17 35 -
CMYK 0 0.80 0.58 0.67
HSL 343.64º 0.66% 0.2% -
HSV(B) 343.64º 0.8% 0.33% -
XYZ 4.07 2.36 1.83 -
YUV 38.79 125.87 159.54 -
System Red Green Blue C M Y K H S L
Decimal 83 17 35 0 0.80 0.58 0.67 343.64 0.66 0.2
Hex 53 11 23 0 50 3A 43 158 42 14
Octal 123 21 43 0 120 72 103 530 102 24
Binary 1010011 10001 100011 0 1010000 111010 1000011 101011000 1000010 10100

Color Harmonies of #531123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531123

Black with #531123

Text Example


Text Example

White with #531123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531123; }

 p { color: rgb(83,17,35); }

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

background-color css

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

 a { background-color: rgb(83,17,35); }

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

border-color css

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

 span { border-color: rgb(83,17,35); }

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