Html Css Color HEX #531722 Bordeaux

📋 copy color: '#531722'

red 83 ◦ green 23 ◦ blue 34

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

Shades of Bordeaux #531722

Tints of Bordeaux #531722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 24.29%

R = 59.29%
G = 16.43%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#531722 (or 0x531722) is known color: Bordeaux. HEX triplet: 53, 17 and 22. RGB value is (83,23,34). Sum of RGB (Red+Green+Blue) = 83+23+34=140 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.29% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 34 (13.67% from 255 or 24.29% from 140); Max value from RGB is 83 - color contains mainly: red. Hex color #531722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531722 is #ACE8DD. Grayscale: #2A2A2A. Windows color (decimal): -11331806 or 2234195. OLE color: 2234195.

HSL color Cylindrical-coordinate representation of color #531722: hue angle of 349º 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 #531722 is Cyan = 0, Magento = 0.72, Yellow = 0.59 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 23 34 -
CMYK 0 0.72 0.59 0.67
HSL 349º 0.57% 0.21% -
HSV(B) 349º 0.72% 0.33% -
XYZ 4.16 2.57 1.79 -
YUV 42.19 123.38 157.11 -
System Red Green Blue C M Y K H S L
Decimal 83 23 34 0 0.72 0.59 0.67 349 0.57 0.21
Hex 53 17 22 0 48 3B 43 15D 39 15
Octal 123 27 42 0 110 73 103 535 71 25
Binary 1010011 10111 100010 0 1001000 111011 1000011 101011101 111001 10101

Color Harmonies of #531722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531722

Black with #531722

Text Example


Text Example

White with #531722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531722; }

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

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

background-color css

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

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

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

border-color css

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

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

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