Html Css Color HEX #531923 Bordeaux

📋 copy color: '#531923'

red 83 ◦ green 25 ◦ blue 35

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

Shades of Bordeaux #531923

Tints of Bordeaux #531923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 17.48%

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 58.04%
G = 17.48%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531923 (or 0x531923) is known color: Bordeaux. HEX triplet: 53, 19 and 23. RGB value is (83,25,35). Sum of RGB (Red+Green+Blue) = 83+25+35=143 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.04% from 143); Green value is 25 (10.16% from 255 or 17.48% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 83 - color contains mainly: red. Hex color #531923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531923 is #ACE6DC. Grayscale: #2B2B2B. Windows color (decimal): -11331293 or 2300243. OLE color: 2300243.

HSL color Cylindrical-coordinate representation of color #531923: hue angle of 349.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531923 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 35 -
CMYK 0 0.70 0.58 0.67
HSL 349.66º 0.54% 0.21% -
HSV(B) 349.66º 0.7% 0.33% -
XYZ 4.22 2.66 1.88 -
YUV 43.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 83 25 35 0 0.70 0.58 0.67 349.66 0.54 0.21
Hex 53 19 23 0 46 3A 43 15E 36 15
Octal 123 31 43 0 106 72 103 536 66 25
Binary 1010011 11001 100011 0 1000110 111010 1000011 101011110 110110 10101

Color Harmonies of #531923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531923

Black with #531923

Text Example


Text Example

White with #531923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531923; }

 p { color: rgb(83,25,35); }

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

background-color css

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

 a { background-color: rgb(83,25,35); }

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

border-color css

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

 span { border-color: rgb(83,25,35); }

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