Html Css Color HEX #531723 Bordeaux

📋 copy color: '#531723'

red 83 ◦ green 23 ◦ blue 35

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

Shades of Bordeaux #531723

Tints of Bordeaux #531723

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.31%

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

R = 58.87%
G = 16.31%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531723 (or 0x531723) is known color: Bordeaux. HEX triplet: 53, 17 and 23. RGB value is (83,23,35). Sum of RGB (Red+Green+Blue) = 83+23+35=141 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.87% from 141); Green value is 23 (9.38% from 255 or 16.31% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 83 - color contains mainly: red. Hex color #531723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531723 is #ACE8DC. Grayscale: #2A2A2A. Windows color (decimal): -11331805 or 2299731. OLE color: 2299731.

HSL color Cylindrical-coordinate representation of color #531723: hue angle of 348º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531723 is Cyan = 0, Magento = 0.72, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 35 -
CMYK 0 0.72 0.58 0.67
HSL 348º 0.57% 0.21% -
HSV(B) 348º 0.72% 0.33% -
XYZ 4.18 2.57 1.87 -
YUV 42.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 83 23 35 0 0.72 0.58 0.67 348 0.57 0.21
Hex 53 17 23 0 48 3A 43 15C 39 15
Octal 123 27 43 0 110 72 103 534 71 25
Binary 1010011 10111 100011 0 1001000 111010 1000011 101011100 111001 10101

Color Harmonies of #531723

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531723

Black with #531723

Text Example


Text Example

White with #531723

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531723; }

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

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

background-color css

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

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

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

border-color css

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

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

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