Html Css Color HEX #531423 Bordeaux

📋 copy color: '#531423'

red 83 ◦ green 20 ◦ blue 35

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

Shades of Bordeaux #531423

Tints of Bordeaux #531423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.49%

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

R = 60.14%
G = 14.49%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.67

RGB Variations

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

Color information

#531423 (or 0x531423) is known color: Bordeaux. HEX triplet: 53, 14 and 23. RGB value is (83,20,35). Sum of RGB (Red+Green+Blue) = 83+20+35=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 20 (8.20% from 255 or 14.49% from 138); Blue value is 35 (14.06% from 255 or 25.36% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #531423 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #531423 is #ACEBDC. Grayscale: #282828. Windows color (decimal): -11332573 or 2298963. OLE color: 2298963.

HSL color Cylindrical-coordinate representation of color #531423: hue angle of 345.71º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531423 is Cyan = 0, Magento = 0.76, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 20 35 -
CMYK 0 0.76 0.58 0.67
HSL 345.71º 0.61% 0.2% -
HSV(B) 345.71º 0.76% 0.33% -
XYZ 4.12 2.46 1.85 -
YUV 40.55 124.87 158.28 -
System Red Green Blue C M Y K H S L
Decimal 83 20 35 0 0.76 0.58 0.67 345.71 0.61 0.2
Hex 53 14 23 0 4C 3A 43 15A 3D 14
Octal 123 24 43 0 114 72 103 532 75 24
Binary 1010011 10100 100011 0 1001100 111010 1000011 101011010 111101 10100

Color Harmonies of #531423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531423

Black with #531423

Text Example


Text Example

White with #531423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531423; }

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

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

background-color css

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

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

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

border-color css

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

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

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