Html Css Color HEX #531122 Bordeaux

📋 copy color: '#531122'

red 83 ◦ green 17 ◦ blue 34

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

Shades of Bordeaux #531122

Tints of Bordeaux #531122

RGB

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

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

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

R = 61.94%
G = 12.69%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.59

 K value IS 0.67

RGB Variations

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

Color information

#531122 (or 0x531122) is known color: Bordeaux. HEX triplet: 53, 11 and 22. RGB value is (83,17,34). Sum of RGB (Red+Green+Blue) = 83+17+34=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 34 (13.67% from 255 or 25.37% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #531122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531122 is #ACEEDD. Grayscale: #262626. Windows color (decimal): -11333342 or 2232659. OLE color: 2232659.

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

Color convert

RGB 83 17 34 -
CMYK 0 0.80 0.59 0.67
HSL 344.55º 0.66% 0.2% -
HSV(B) 344.55º 0.8% 0.33% -
XYZ 4.06 2.36 1.75 -
YUV 38.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 83 17 34 0 0.80 0.59 0.67 344.55 0.66 0.2
Hex 53 11 22 0 50 3B 43 159 42 14
Octal 123 21 42 0 120 73 103 531 102 24
Binary 1010011 10001 100010 0 1010000 111011 1000011 101011001 1000010 10100

Color Harmonies of #531122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531122

Black with #531122

Text Example


Text Example

White with #531122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531122; }

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

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

background-color css

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

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

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

border-color css

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

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

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