Html Css Color HEX #531026 Bordeaux

📋 copy color: '#531026'

red 83 ◦ green 16 ◦ blue 38

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

Shades of Bordeaux #531026

Tints of Bordeaux #531026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.68%

 BLUE value IS 38 (15.23% from 255) = 27.74%

R = 60.58%
G = 11.68%
B = 27.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#531026 (or 0x531026) is known color: Bordeaux. HEX triplet: 53, 10 and 26. RGB value is (83,16,38). Sum of RGB (Red+Green+Blue) = 83+16+38=137 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.58% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 38 (15.23% from 255 or 27.74% from 137); Max value from RGB is 83 - color contains mainly: red. Hex color #531026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531026 is #ACEFD9. Grayscale: #262626. Windows color (decimal): -11333594 or 2494547. OLE color: 2494547.

HSL color Cylindrical-coordinate representation of color #531026: hue angle of 340.3º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531026 is Cyan = 0, Magento = 0.81, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 16 38 -
CMYK 0 0.81 0.54 0.67
HSL 340.3º 0.68% 0.19% -
HSV(B) 340.3º 0.81% 0.33% -
XYZ 4.1 2.35 2.07 -
YUV 38.54 127.7 159.71 -
System Red Green Blue C M Y K H S L
Decimal 83 16 38 0 0.81 0.54 0.67 340.3 0.68 0.19
Hex 53 10 26 0 51 36 43 154 44 13
Octal 123 20 46 0 121 66 103 524 104 23
Binary 1010011 10000 100110 0 1010001 110110 1000011 101010100 1000100 10011

Color Harmonies of #531026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531026

Black with #531026

Text Example


Text Example

White with #531026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531026; }

 p { color: rgb(83,16,38); }

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

background-color css

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

 a { background-color: rgb(83,16,38); }

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

border-color css

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

 span { border-color: rgb(83,16,38); }

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