Html Css Color HEX #531A2A Bordeaux

📋 copy color: '#531A2A'

red 83 ◦ green 26 ◦ blue 42

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

Shades of Bordeaux #531A2A

Tints of Bordeaux #531A2A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 17.22%

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

R = 54.97%
G = 17.22%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#531A2A (or 0x531A2A) is known color: Bordeaux. HEX triplet: 53, 1A and 2A. RGB value is (83,26,42). Sum of RGB (Red+Green+Blue) = 83+26+42=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #531A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A2A is #ACE5D5. Grayscale: #2C2C2C. Windows color (decimal): -11331030 or 2759251. OLE color: 2759251.

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

Color convert

RGB 83 26 42 -
CMYK 0 0.69 0.49 0.67
HSL 343.16º 0.52% 0.21% -
HSV(B) 343.16º 0.69% 0.33% -
XYZ 4.35 2.74 2.49 -
YUV 44.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 83 26 42 0 0.69 0.49 0.67 343.16 0.52 0.21
Hex 53 1A 2A 0 45 31 43 157 34 15
Octal 123 32 52 0 105 61 103 527 64 25
Binary 1010011 11010 101010 0 1000101 110001 1000011 101010111 110100 10101

Color Harmonies of #531A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531A2A

Black with #531A2A

Text Example


Text Example

White with #531A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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