Html Css Color HEX #531E2A Bordeaux

📋 copy color: '#531E2A'

red 83 ◦ green 30 ◦ blue 42

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

Shades of Bordeaux #531E2A

Tints of Bordeaux #531E2A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.35%

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

R = 53.55%
G = 19.35%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#531E2A (or 0x531E2A) is known color: Bordeaux. HEX triplet: 53, 1E and 2A. RGB value is (83,30,42). Sum of RGB (Red+Green+Blue) = 83+30+42=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 30 (12.11% from 255 or 19.35% from 155); Blue value is 42 (16.80% from 255 or 27.10% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #531E2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E2A is #ACE1D5. Grayscale: #2F2F2F. Windows color (decimal): -11330006 or 2760275. OLE color: 2760275.

HSL color Cylindrical-coordinate representation of color #531E2A: hue angle of 346.42º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E2A is Cyan = 0, Magento = 0.64, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 30 42 -
CMYK 0 0.64 0.49 0.67
HSL 346.42º 0.47% 0.22% -
HSV(B) 346.42º 0.64% 0.33% -
XYZ 4.45 2.93 2.52 -
YUV 47.22 125.06 153.52 -
System Red Green Blue C M Y K H S L
Decimal 83 30 42 0 0.64 0.49 0.67 346.42 0.47 0.22
Hex 53 1E 2A 0 40 31 43 15A 2F 16
Octal 123 36 52 0 100 61 103 532 57 26
Binary 1010011 11110 101010 0 1000000 110001 1000011 101011010 101111 10110

Color Harmonies of #531E2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531E2A

Black with #531E2A

Text Example


Text Example

White with #531E2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531E2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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